From 809f1544de01690f515a2caef930de20f98736ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:11:18 +0000 Subject: [PATCH] Update Rust to v1.98.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 08f3b4e..34929d3 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -3,6 +3,6 @@ # wasm, so the reason here is weaker - but a shared tool that four repos rely on # should not change behaviour because a contributor has a different rustup default. [toolchain] -channel = "1.97.1" +channel = "1.98.0" components = ["rustfmt", "clippy"] profile = "minimal"