From 1f35cc7a31d07451077e63b578829f16ef5240d0 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Mar 2025 12:13:58 +0000 Subject: [PATCH] Updating patch rust release. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 25959e0e..65f01fa5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] # Released on: June 13, 2024 # https://releases.rs/docs/1.79.0/ -channel = "1.84.0" +channel = "1.84.1" components = ["rustfmt", "clippy"]