github foresterre/cargo-msrv v0.15.0
cargo-msrv v0.15.0

latest releases: v0.19.3, v0.19.2, v0.19.1...
4 years ago

0.15.0 - 2022-02-23

Added

  • Flag --no-user-output which disables user output.
  • Subcommand cargo msrv set, which can be used to write a given MSRV to the Cargo manifest.

Changed

  • ⚠️ Breaking change: Changed default cargo-msrv (find) check command from cargo check --all to cargo check.
    • Revert to the old behaviour by running cargo-msrv with a custom check command: cargo msrv -- cargo check --all.

Removed

  • ⚠️ Breaking change: Value void was removed as a valid format for the --output-format option.
    • Use new --no-user-output flag instead

Special thanks: @cschramm

Don't miss a new cargo-msrv release

NewReleases is sending notifications on new releases.