Skip to content

cargo-msrv 0.16.3

Compare
Choose a tag to compare
@foresterre foresterre released this 11 Nov 01:15
· 57 commits to main since this release

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 by cargo 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

Full Changelog: v0.16.2...v0.16.3