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

Prepare for 1.63 msrv policy #362

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Prepare for 1.63 msrv policy #362

merged 1 commit into from
Apr 18, 2024

Conversation

ianks
Copy link
Collaborator

@ianks ianks commented Apr 18, 2024

Debian Bookworm (stable) uses Rust 1.63 as the default Rust compiler version. As a result, we are updating our Minimum Supported Rust Version (MSRV) to 1.63 to align with this change. This update will enable us to upgrade certain dependencies, such as the regex crate, which require Rust 1.63 or later.

Additionally, this pull request formally drops support for Ruby 2.4. While Ruby 2.4 has been untested on our CI for the past few months, it was still theoretically possible to compile gems using the stable-api-compiled-fallback feature. However, we now consider Ruby 2.4 to be officially unsupported.

@ianks ianks merged commit b0886fb into main Apr 18, 2024
60 checks passed
@ianks ianks deleted the msrv-1.63 branch April 18, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant