From 934897d26cf34b12de4fc825983f54a9463d6f4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 00:12:43 +0000 Subject: [PATCH] Update Rust to v1.98.0 --- .tool-versions | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 35b639fa..c661619b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -rust 1.88.0 +rust 1.98.0 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 94c49a08..e5e6ecef 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.93.0" +channel = "1.98.0" components = ["rustfmt", "clippy", "rust-src"]