From 39571295537ef0a8a04f8b3360b75d15e28f4d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:30:27 +0000 Subject: [PATCH] Update Rust to v1.98.1 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ef90eb2..bf892f4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] profile = "default" -channel = "1.89.0" +channel = "1.98.1" targets = ["wasm32-wasip2"]