foresterre/cargo-msrv
🦀 Find the minimum supported Rust version (MSRV) for your project observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 76
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7.5
- age_days: 2530
- days_rel: 162
- days_push: 9
- n_releases_24m: 15
Adoption not part of the score
1241 stars · 45 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-msrv is a Cargo subcommand that finds, sets, shows, and verifies the Minimum Supported Rust Version (MSRV) of a Rust crate by testing it against different Rust toolchains. It uses bisect or linear search strategies over available stable Rust releases and supports Cargo workspaces and JSON output.
Use cases
- find the minimum supported Rust version for my crate
- verify my project builds with its declared rust-version
- set the MSRV in Cargo.toml automatically
- check which Rust toolchain my dependencies require
- determine the oldest Rust compiler my code compiles with
- list MSRVs of my crate's dependencies
When to choose
- you maintain a Rust library and want to declare an accurate rust-version
- you need to verify CI compatibility across Rust toolchains
- you want to support users on older Rust compilers
- you manage Cargo workspaces with multiple packages needing MSRV checks
When to avoid
- you need to manage non-Rust toolchains or language versions
- you want a general dependency version audit rather than MSRV detection
- your environment lacks rustup, which find and verify require
Facets
cli-tool · maturity active
cli developer-tools testing build-tool developer-tools programming-languages cli rust cross-platform rust msrv cargo toolchain rustup version-compatibility command-line docker
10 sources
- readme: https://github.com/foresterre/cargo-msrv · fetched 2026-08-28 · 8f4a2ab64765
- homepage: https://foresterre.github.io/cargo-msrv · fetched 2026-08-29 · e45634e5516a
- site_page: http://gribnau.dev/cargo-msrv/getting-started/index.html · fetched 2026-08-29 · a389e6dedb8f
- site_page: http://gribnau.dev/cargo-msrv/getting-started/installation.html · fetched 2026-08-29 · 3cda9fcf1319
- site_page: http://gribnau.dev/cargo-msrv/getting-started/quick-start.html · fetched 2026-08-29 · ade75bf64579
- site_page: http://gribnau.dev/cargo-msrv/getting-started/cargo-workspace.html · fetched 2026-08-29 · 0ecf3c95a619
- site_page: http://gribnau.dev/cargo-msrv/getting-started/rust-releases-proxy.html · fetched 2026-08-29 · e2531d53d962
- registry_crates: https://crates.io/api/v1/crates/cargo-msrv · fetched 2026-08-29 · 241f4c79ba63
- site_page: http://gribnau.dev/cargo-msrv/releases/index.html · fetched 2026-08-29 · 1e7f9a9bfc45
- site_page: http://gribnau.dev/cargo-msrv/releases/v0.15_v0.16_highlights.html · fetched 2026-08-29 · b634db25e0a7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| foresterre/cargo-msrv | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="foresterre/cargo-msrv")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem