đ§ Section is work-in-progress.
đšī¸ cargo-msrv commands
- cargo-msrv find: The
findsubcommand is used to find the MSRV for your crate. - cargo-msrv help: The
helpsubcommand is used to learn more about the usage and the knobs and handles of the application. - cargo-msrv list: The
listsubcommand is used to list the known MSRV's of the dependencies of your crate. - cargo-msrv set: The
setsubcommand is used to quickly set the MSRV of a crate. - cargo-msrv show: The
showsubcommand is used to quickly show the MSRV of a crate. - cargo-msrv verify: The
verifysubcommand is used to check whether the pinned MSRV is acceptable.
Program wide options
See cargo msrv --help for a full list of program wide options.