cargo-msrv

Find the minimum supported Rust version (MSRV) for your project

brewmacoslinux
Try with needOr install directly
Source

About

Find the minimum supported Rust version (MSRV) for your project

Commands

cargo-msrv

Examples

Find MSRV for current project using binary search$ cargo msrv
Find MSRV with a specific target toolchain$ cargo msrv --target x86_64-unknown-linux-gnu
Find MSRV within a specific Rust version range$ cargo msrv --min 1.56.0 --max 1.70.0