Examples (5)
Display the MSRVs of dependencies (as specified in their `Cargo.toml`)
cargo msrv listFind the MSRV of the project by trying to compile it with various toolchains
Show the MSRV of the project as specified in `Cargo.toml`
cargo msrv showSet the MSRV in `Cargo.toml` to a given Rust version
cargo msrv set versionVerify whether the MSRV is satisfiable by compiling the project using the specified version of Rust
cargo msrv verifymade by @shridhargupta | data from tldr-pages