Skip to content

Commit 69b7c2d

Browse files
authored
Merge pull request #131 from AdaWorldAPI/claude/pin-rust-1.94.1
chore(toolchain): bump pin from 1.94.0 to 1.94.1 (matches sibling repos)
2 parents 0f26271 + 3bba127 commit 69b7c2d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

rust-toolchain.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[toolchain]
2-
channel = "1.94.0"
2+
channel = "1.94.1"
3+
# Pinned to 1.94.1 (latest 1.94 patch, 2026-03-25). 1.95 turned several
4+
# previously-safe patterns into denied lints (e.g. unnecessary_sort_by)
5+
# without sufficient value to justify the churn — bump explicitly when
6+
# a future version is reviewed, never auto-track stable. Mirrors the
7+
# pin in lance-graph, smb-office-rs, and MedCare-rs.
38
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)