From f3e22d7206ce682b69040feed6cf81850cc2d5a1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Sun, 23 Mar 2025 22:59:22 +0100 Subject: [PATCH] Don't upgrade just yet. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 700c6d9d..8e51cc69 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] # Released on: 30 January, 2025 # https://releases.rs/docs/1.84.1/ -channel = "1.85.1" +channel = "1.85.0" components = ["rustfmt", "clippy"]