github foresterre/cargo-msrv v0.16.0-beta.25
cargo-msrv 0.16.0-beta.25

latest releases: v0.19.3, v0.19.2, v0.19.1...
21 months ago

Changelog

Notably:

  • Moved the top level cargo msrv "find the MSRV" action to the cargo msrv find subcommand, which removed several options and flags from the top level command which had previously no effect on other subcommands.
    • Added cargo msrv find subcommand to determine the MSRV (this subcommand was moved from the top level cargo msrv command to its own subcommand)
    • Added options --ignore-lockfile, --no-check-feedback, --target, --component, --features, --all-features, --no-default-features and the last argument "custom compatibility check command", which were previously available from the top level cargo msrv command to the cargo msrv verify subcommand.
  • Rename --add-component to --component
  • Make --output-format and --no-user-output mutually exclusive

Full Changelog: v0.16.0-beta.24...v0.16.0-beta.25

What's Changed

Full Changelog: v0.16.0-beta.24...v0.16.0-beta.25

Don't miss a new cargo-msrv release

NewReleases is sending notifications on new releases.