0.15.0 - 2022-02-23
Added
- Flag
--no-user-outputwhich 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 from
cargo check --alltocargo 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: Value
voidwas removed as a valid format for the--output-formatoption.- Use new
--no-user-outputflag instead
- Use new
Special thanks: @cschramm