derrix060/Find Minimum Required Rust Version

Runs cargo-msrv on multiple paths and finds the highest minimum Rust version required.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsComma-separated list of paths to run cargo-msrv. Defaults to the current directory.
minMinimum Rust version to start searching from. Useful when Cargo.lock uses v4 format (requires 1.78.0+).""
lockedIf true, passes --locked to cargo to enforce using Cargo.lock and prevent dependency re-resolution.false
namedescription
highest-msrvThe highest minimum Rust version required.