Closed epage closed 4 years ago
The downside is the brittleness of dependencies if they aren't also verifying it.
I think this should be an opt-in stage. Not sure what Rust version it should be run on (does it require nightly atm?).
I think you can use unstable flags without nightly but I'm unsure. I at least do it with libtest's json output.
As for best practices, I am unsure. I've seen discussions around this but haven't adopted it myself (yet). I've been tempted to adopt it due to minrust issues.
Closing this in favor of #78.
cargo has an unstable flag to calculate dependencies using the minimum rather than the maximum version. This verifies that
Cargo.toml
s are not stale.