Find Minimum Required Rust Version
Version updated for https://github.com/derrix060/detect-rust-minimum-version to version v1.1.0.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The detect-rust-minimum-version GitHub Action automates the process of identifying the minimum required Rust version for a project by analyzing its source code and Cargo.toml file. It streamlines compatibility checks by determining the highest minimum supported Rust version (MSRV) across specified project paths, helping developers ensure their project adheres to Rust version requirements. This action is particularly useful for maintaining version consistency and avoiding issues with dependencies or outdated Rust versions.
Release notes
What’s Changed
- chore(deps): Bump dcarbone/install-jq-action from 2.1.0 to 3.0.1 by @dependabot[bot] in https://github.com/derrix060/detect-rust-minimum-version/pull/4
- chore(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/derrix060/detect-rust-minimum-version/pull/10
- chore(deps): Bump dcarbone/install-jq-action from 3.0.1 to 3.2.0 by @dependabot[bot] in https://github.com/derrix060/detect-rust-minimum-version/pull/7
- chore: Update cargo-msrv installation to use a specific version by @derrix060 in https://github.com/derrix060/detect-rust-minimum-version/pull/11
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/derrix060/detect-rust-minimum-version/pull/4
Full Changelog: https://github.com/derrix060/detect-rust-minimum-version/compare/v1...v1.1.0