Notably:
- Moved the top level
cargo msrv"find the MSRV" action to thecargo msrv findsubcommand, which removed several options and flags from the top level command which had previously no effect on other subcommands.- Added
cargo msrv findsubcommand to determine the MSRV (this subcommand was moved from the top levelcargo msrvcommand to its own subcommand) - Added options
--ignore-lockfile,--no-check-feedback,--target,--component,--features,--all-features,--no-default-featuresand the last argument "custom compatibility check command", which were previously available from the top levelcargo msrvcommand to thecargo msrv verifysubcommand.
- Added
- 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
- Release 0.16.0-beta.24 by @foresterre in #974
- Rename --add-component to --component by @foresterre in #976
- Move cargo msrv "find" to its own subcommand by @foresterre in #977
- Fix book summary entry for
cargo msrv findby @foresterre in #978 - Make
--output-formatand--no-user-outputmutually exclusive by @Marcono1234 in #979 - build(deps): bump clap from 4.5.14 to 4.5.15 by @dependabot in #982
- build(deps): bump serde from 1.0.205 to 1.0.206 by @dependabot in #981
- build(deps): bump serde_json from 1.0.122 to 1.0.124 by @dependabot in #980
- build(deps): bump serde from 1.0.206 to 1.0.207 by @dependabot in #983
Full Changelog: v0.16.0-beta.24...v0.16.0-beta.25