Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[toolchain]
channel = "1.94.0"
channel = "1.94.1"
# Pinned to 1.94.1 (latest 1.94 patch, 2026-03-25). 1.95 turned several
# previously-safe patterns into denied lints (e.g. unnecessary_sort_by)
# without sufficient value to justify the churn — bump explicitly when
# a future version is reviewed, never auto-track stable. Mirrors the
# pin in lance-graph, smb-office-rs, and MedCare-rs.
components = ["clippy", "rustfmt"]
Loading