From 9d2298e27a733866a42065ea4669bcf00dafa599 Mon Sep 17 00:00:00 2001 From: N0D4N <50947930+N0D4N@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:47:41 +0300 Subject: [PATCH] Update rust-toolchain --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 23887e3..6df9baa 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "1.94.0" +channel = "1.97.0" components = ["rustfmt", "clippy"] targets = ["x86_64-unknown-linux-gnu"]