From ee7ba24d1db2fa1583ff09d18134da47519e8ad7 Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Thu, 20 Aug 2026 16:00:22 -0400 Subject: [PATCH] Increase recommended Rust toolchain to 1.98.0 Signed-off-by: the Mulhern --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6be7438..4259768 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.97.0" # CURRENT DEVELOPMENT RUST TOOLCHAIN +channel = "1.98.0" # CURRENT DEVELOPMENT RUST TOOLCHAIN