From 2df0bf441dd77732d1fe693553564e8b543cfa61 Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Thu, 9 Jul 2026 10:55:18 -0400 Subject: [PATCH] Update recommended Rust to 1.97.0 Signed-off-by: the Mulhern --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e34ddc87..6be74386 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.96.1" # CURRENT DEVELOPMENT RUST TOOLCHAIN +channel = "1.97.0" # CURRENT DEVELOPMENT RUST TOOLCHAIN