volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
306 stars 25 forks source link

Update dependencies & setup dependabot to monitor outdated #179

Closed slonopotamus closed 1 year ago

slonopotamus commented 1 year ago
  1. This PR depends on #178
  2. I didn't update clap because that involves massive code changes and better be done separately
volks73 commented 1 year ago

@slonopotamus PR #178 has been merged. Can you update this PR to have the tests and clippy pass?

volks73 commented 1 year ago

The failing tests are from #146. If the minimum Rust version is going to be bumped, this issue needs to be addressed.

slonopotamus commented 1 year ago

I'm not sure failures are related to #146. Need to investigate this a bit more.

slonopotamus commented 1 year ago

The issue was that semantics of toml::Value have changed a bit. Now tests fully pass.