cargo-msrv 0.16.0-beta.24 #975
foresterre
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog
Notably:
Full Changelog: v0.16.0-beta.23...v0.16.0-beta.24
Known issues
--features
,--all-features
,--no-default-features
,--min
,--max
,--include-all-patch-releases
and--release-source
are ignored when provided to theverify
subcommand. Workaround: supply these arguments directly to the top-level command, e.g.cargo msrv --all-features verify
.--target
and--add-component
can be provided to both the top-levelcargo msrv
command, and thecargo msrv verify
subcommand, however if they're provided to both, then only the arguments of the subcommand are considered. Example:cargo msrv --target x --add-component a --add-component b verify --target y --add-component c --add-component d
does not reject or collect the--target x --add-component a --add-component b
portion; the program will only be aware of the--target y --add-component c --add-component d
arguments.--target
and--add-component
are shown to be available globally (i.e. both at the top levelcargo msrv
command and at the subcommand level, e.g.cargo msrv verify
), even for subcommands which do not consume these arguments likecargo msrv list
.This discussion was created from the release cargo-msrv 0.16.0-beta.24.
Beta Was this translation helpful? Give feedback.
All reactions