Changelog
Added
- Added
--workspace,--all,--packageand--excludeCLI options for package selection when in a Cargo project
(limitations apply: workspace support will be improved in future releases) cargo msrv find --write-msrvis now aliased bycargo msrv find --set, which is consistent in terminology with
cargo msrv set
Changed
- Toolchains installed with
rustup installnow use the--no-self-updateflag
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