From aba3227cfb6dcdccb0084229fa517fe98e1e2dd5 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:18:03 +0000 Subject: [PATCH] Update dependency 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 59277fee..ef662bfe 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.97.1" +channel = "1.98.1" components = ["clippy", "rustfmt"]