Skip to content

Bump rust-toolchain to rust 1.87 #2749

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

coolreader18
Copy link
Collaborator

Description of Changes

This bumps our rust-toolchain in the file to 1.87, but doesn't bump the MSRV of the bindings crate and its dependents. We could, if we wanted to, but we don't really have an MSRV policy in place. This is necessary because the v8 crate has a fairly aggressive MSRV and I'd like to not fall too far behind from their latest version, since that's also the version of V8 itself.

API and ABI breaking changes

Expected complexity level and risk

2 - rust version changes can cause problems but it's very rare

Testing

@gefjon
Copy link
Contributor

gefjon commented May 19, 2025

If we're going to maintain a lower MSRV than we use for development, I'd like to ensure we have CI which runs with that version.

@bfops bfops added the release-any To be landed in any release window label May 19, 2025
@Centril
Copy link
Contributor

Centril commented May 19, 2025

I personally don't see a particularly strong motivation to not bump for bindings and its dependents as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-any To be landed in any release window
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants