cargo-msrv show
COMMAND
- Standalone:
cargo-msrv show
- Through Cargo:
cargo msrv show
PREVIEW
DESCRIPTION
Print the crate author specified MSRV.
This is either the package.rust-version
field or the package.metadata.msrv
field in the Cargo manifest (
Cargo.toml
).
EXAMPLES
- Show the MSRV specified by a crate author
cargo msrv show