chore(rust): pin Rust toolchain to 1.95.0 via rust-toolchain.toml#22
Open
w-martin wants to merge 2 commits into
Open
chore(rust): pin Rust toolchain to 1.95.0 via rust-toolchain.toml#22w-martin wants to merge 2 commits into
w-martin wants to merge 2 commits into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Prevents surprise CI failures from Rust stable updates — the class of breakage in #20.
Summary
rust-toolchain.tomlat the repo root pinning Rust 1.95.0 with clippy and rustfmt componentscargo,rustup, anddtolnay/rust-toolchainall respect this file automatically — local dev and CI stay in syncUpdating the toolchain
Change
channel = "1.95.0"to the target version, verify CI passes, merge.Note
The
dtolnay/rust-toolchainCI step still works as-is; thecomponents:it specifies are superseded by the toolchain file. A follow-up can clean that up once theworkflowOAuth scope is available.Test plan
rust-toolchain.tomlexists at repo rootcargo clippy -- -D warningspasses inrust/🤖 Generated with Claude Code