From ea8e2a6bddcca5b909cd263aadb62f8744bcbf4e Mon Sep 17 00:00:00 2001 From: uhyo <748348+uhyo@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:14:10 +0000 Subject: [PATCH] Update Rust toolchain to 1.98.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0487962..690cb44 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.1" +channel = "1.98.0" profile = "minimal" components = ["clippy", "rustfmt"] targets = ["wasm32-wasip1", "wasm32-unknown-unknown"]