cargo-msrv 0.16.3
Changelog
Added
- Added
--workspace
,--all
,--package
and--exclude
CLI options for package selection when in a Cargo project
(limitations apply: workspace support will be improved in future releases) cargo msrv find --write-msrv
is now aliased bycargo msrv find --set
, which is consistent in terminology with
cargo msrv set
Changed
- Toolchains installed with
rustup install
now use the--no-self-update
flag
Known issues
- Installing toolchains on GitHub Actions can fail for the windows runner (see #1036)
New Contributors
- @babichjacob made their first contribution in #1034
- @gretchenfrage made their first contribution in #1043
- @cdown made their first contribution in #1049
Full Changelog: v0.16.2...v0.16.3