From 6828dbfa2746969f027859f41347d90bb882a105 Mon Sep 17 00:00:00 2001 From: uhyo <748348+uhyo@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:06:09 +0000 Subject: [PATCH] Update Rust toolchain to 1.97.1 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2a297a4..0487962 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -3,7 +3,7 @@ # A new compiler release can break the build even without code changes, # so we upgrade this deliberately. The "Update Rust toolchain" workflow # (.github/workflows/update-rust.yaml) opens a PR when a newer stable is out. -channel = "1.97.0" +channel = "1.97.1" profile = "minimal" components = ["clippy", "rustfmt"] targets = ["wasm32-wasip1", "wasm32-unknown-unknown"]