chore: bump MSRV and toolchain to 1.96 - #3428
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Weekly toolchain maintenance: bump MSRV and the development toolchain to latest stable − 1. Current stable is Rust 1.97.0 (2026-07-07), so both move 1.95 → 1.96.
Files updated:
Cargo.tomlrust-versiontests/helpers/wt-perf/Cargo.tomlrust-versionrust-toolchain.tomlchannel1.95.0→1.96.0flake.lock
Not refreshed this run.
flake.nixreads the channel fromrust-toolchain.toml, so the lockedrust-overlayrevision only needs to know about 1.96.0. The current pin (oxalica/rust-overlay@4a408e1,lastModified≈ 2026-06-01) postdates Rust 1.96.0's release (≈ 2026-05-26, the stable before 1.97.0), so it already carries the 1.96.0 manifest and the flake evaluates without a lock bump.I could not run
nix flake updateto bump the revision anyway: nix isn't installed in this CI sandbox and the Determinate installer needs root, which isn't available here (no passwordlesssudo). If a maintainer prefers to also advancerust-overlayto its latest revision,nix flake updatelocally will do it — but it's not required for this bump.Verification
No Rust toolchain is available in this sandbox (
cargo/rustc/rustupabsent), socargo msrv verifyandcargo run -- hook pre-merge --yeswere not run locally. CI's matrix (which installs 1.96.0 viarust-toolchain.toml) and thecargo-msrvjob are the verification backstop — please confirm they go green before merge.🤖 Weekly toolchain maintenance