From 3bba127ef52c75fa5572b74bbc215f020b7e99fc Mon Sep 17 00:00:00 2001 From: AdaWorldAPI Date: Thu, 30 Apr 2026 22:42:40 +0200 Subject: [PATCH] chore(toolchain): bump pin from 1.94.0 to 1.94.1 (matches sibling repos) --- rust-toolchain.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6a89faa2..3ca251ea 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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"]