From 2910bdc459f074ca41bd040b68a98e9450929b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:31:21 +0000 Subject: [PATCH] chore(deps): update rust to 1.97 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index feed54c..47f040d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.92" +channel = "1.97" components = ["rustc", "rust-std", "cargo", "clippy", "rustfmt"]