We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f26271 + 3bba127 commit 69b7c2dCopy full SHA for 69b7c2d
1 file changed
rust-toolchain.toml
@@ -1,3 +1,8 @@
1
[toolchain]
2
-channel = "1.94.0"
+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.
8
components = ["clippy", "rustfmt"]
0 commit comments