cargo-msrv v0.15.0
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 fromcargo check --all
tocargo check
.- Revert to the old behaviour by running cargo-msrv with a custom check command:
cargo msrv -- cargo check --all
.
- Revert to the old behaviour by running cargo-msrv with a custom check command:
Removed
⚠️ Breaking change: Valuevoid
was removed as a valid format for the--output-format
option.- Use new
--no-user-output
flag instead
- Use new
Special thanks: @cschramm