cargo-msrv 0.0.0

Assists with finding your minimum supported Rust version (MSRV)
Documentation

cargo-msrv

This crate can assist you in finding the Minimum Supported Rust Version for a crate.

Install

cargo install cargo-msrv to install or cargo install cargo-msrv --force to update

Usage

  • 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.

Status

cargo-msrv is currently a minimal prototype.

License

Licensed under either of

at your option.

Contribution

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.