Skip to content

cargo-msrv v0.15.0

Compare
Choose a tag to compare
@foresterre foresterre released this 23 Feb 21:48
· 1350 commits to main since this release

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