Description
Finds the minimum supported Rust version for a project by testing builds against different compiler versions. It helps maintainers document and enforce the oldest Rust toolchain that still works.
Use it when publishing libraries or supporting users on older distributions. MSRV checks can take time and should be repeated after dependency or language-feature changes.