From 94c04a9498a242524c4439783ca45c38707d61a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 07:06:40 +0000 Subject: [PATCH] chore(deps): Update Rust to v1.98.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3080126ac..e70a002d0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.97.1" +channel = "1.98.0" components = ['rustfmt', 'clippy', 'llvm-tools-preview', 'rust-src', 'rust-analyzer']