cargo-msrv 0.16.0-beta.25
foresterre
released this
13 Aug 22:21
·
242 commits
to main
since this release
Notably:
- Moved the top level
cargo msrv
"find the MSRV" action to thecargo 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 levelcargo 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 levelcargo msrv
command to thecargo msrv verify
subcommand.
- 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 find
by @foresterre in #978 - Make
--output-format
and--no-user-output
mutually 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