derrix060/Find Minimum Required Rust Version
Runs cargo-msrv on multiple paths and finds the highest minimum Rust version required.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Comma-separated list of paths to run cargo-msrv. Defaults to the current directory | — | . |
| min | Minimum Rust version to start searching from. Useful when Cargo.lock uses v4 format (requires 1.78.0+). | — | "" |
| locked | If true, passes --locked to cargo to enforce using Cargo.lock and prevent dependency re-resolution. | — | false |
Outputs
| name | description |
|---|---|
| highest-msrv | The highest minimum Rust version required. |