Skip to content

cargo-msrv 0.16.0-beta.25

Compare
Choose a tag to compare
@foresterre foresterre released this 13 Aug 22:21
· 242 commits to main since this release

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