This crate can assist you in finding the Minimum Supported Rust Version for a crate.
cargo install cargo-msrv
to install or
cargo install cargo-msrv --force
to update
cargo msrv
to find the MSRV for the current working directory cargo project. cargo msrv --path <dir>
to find the MSRV in the <dir>
directory cargo project.cargo-msrv is currently a minimal prototype.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.