holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
693 stars 31 forks source link

Switch from `failure` to `anyhow` #59

Closed adumbidiot closed 1 year ago

adumbidiot commented 2 years ago

This PR switches the error type of this CLI from failure to anyhow since failure is deprecated now.

adumbidiot commented 2 years ago

CI failure is due to https://github.com/rust-lang/cargo/issues/9788 I believe