Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise compile-time and runtime MSRV to Rust 1.74. #686

Merged
merged 2 commits into from Mar 8, 2024

Conversation

obi1kenobi
Copy link
Owner

cargo-semver-checks now requires Rust 1.74+ in order to compile, and only supports rustdoc generated by Rust 1.74+ meaning the installed Rust at runtime must be 1.74+ as well.

This is largely motivated by many of our dependencies raising their MSRVs to 1.74, which made it tedious for us to support older Rust versions.

cargo-semver-checks now requires Rust 1.74+ in order to compile, and only supports rustdoc generated by Rust 1.74+ meaning the installed Rust at runtime must be 1.74+ as well.

This is largely motivated by many of our dependencies raising their MSRVs to 1.74, which made it tedious for us to support older Rust versions.
@obi1kenobi obi1kenobi enabled auto-merge (squash) March 8, 2024 16:12
@obi1kenobi obi1kenobi added the M-breaking-change Meta: Implementing or merging this will introduce a breaking change. label Mar 8, 2024
@obi1kenobi obi1kenobi merged commit c7a77d9 into main Mar 8, 2024
30 checks passed
@obi1kenobi obi1kenobi deleted the raise_msrv_to_1.74 branch March 8, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-breaking-change Meta: Implementing or merging this will introduce a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant