From e1a12bcbcb014068804813784b305211a32ac214 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Thu, 16 Apr 2026 21:27:45 +0100 Subject: [PATCH] Meta: Pin Rust toolchain version This should prevent CI failures on toolchain updates in the future. --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9cab2696b01..6360c1888da 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "stable" - +channel = "1.95.0" +components = ["rustfmt", "clippy"]