Skip to content

chore(toolchain): bump pin from 1.94.0 to 1.94.1 (matches sibling repos)#325

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/pin-rust-1.94.1
Apr 30, 2026
Merged

chore(toolchain): bump pin from 1.94.0 to 1.94.1 (matches sibling repos)#325
AdaWorldAPI merged 1 commit into
mainfrom
claude/pin-rust-1.94.1

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

Summary

Bumps rust-toolchain.toml from 1.94.0 to 1.94.1 (latest 1.94 patch, 2026-03-25). Matches the same pin landing on AdaWorldAPI/ndarray, AdaWorldAPI/smb-office-rs, and AdaWorldAPI/MedCare-rs so 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 to 1.94.1 is 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) use actions-rust-lang/setup-rust-toolchain@v1 with explicit toolchain: stable inputs 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 in rust-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

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