From 9e21d9e56fdaa7ce0fb15ee310863eb9d15c3ef8 Mon Sep 17 00:00:00 2001 From: Roch Devost Date: Mon, 24 Aug 2026 22:27:26 -0400 Subject: [PATCH] chore: bump Rust toolchain to 1.98.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4001ea7a..0b8b8381 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.90.0" +channel = "1.98.0" profile = "minimal" components = ["clippy", "rustfmt", "rust-src"]