From 894818d734ab7efef46216eac4ab97fcd0b7c13f Mon Sep 17 00:00:00 2001 From: konomae Date: Tue, 18 Aug 2026 22:51:48 +0900 Subject: [PATCH] Update Rust to 1.97.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0b149c0..67586ad 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] profile = "default" -channel = "1.95.0" +channel = "1.97.0"