chore(toolchain): bump pin from 1.94.0 to 1.94.1 (matches sibling repos)#325
Merged
Conversation
This was referenced May 1, 2026
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
Bumps
rust-toolchain.tomlfrom1.94.0to 1.94.1 (latest 1.94 patch, 2026-03-25). Matches the same pin landing onAdaWorldAPI/ndarray,AdaWorldAPI/smb-office-rs, andAdaWorldAPI/MedCare-rsso all sibling repos work against the same compiler.Why
Clippy 1.95 turned several previously-safe patterns into denied lints (e.g.
clippy::unnecessary_sort_by) without value sufficient to justify the churn. Pinning to 1.94.1 keeps lance-graph on the last-good 1.94 patch.The existing pin was
1.94.0; bumping to1.94.1is a 1-line change. Comment block updated to record the bump policy ("never auto-track stable; review lint changes when bumping").Note on CI workflows
Some workflows (
rust-test.yml,style.yml,rust-publish.yml,release.yml) useactions-rust-lang/setup-rust-toolchain@v1with explicittoolchain: stableinputs that OVERRIDE the toml pin. This PR does not touch those — the toml bump helps local dev environments track the same version, but CI workflow alignment is a follow-up. Open question for that follow-up: do the matrix-style jobs inrust-test.yml(toolchain: [stable]) intend cross-toolchain testing, or are they accidental override?Cross-ref
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh
Generated by Claude Code