From 7578f10ff154d6f2b9076eabc59833596562255e Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Fri, 29 May 2026 07:35:45 -0400 Subject: [PATCH] Update recommended Rust to 1.96.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 ab562ec7..35dfaacf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.95.0" # CURRENT DEVELOPMENT RUST TOOLCHAIN +channel = "1.96.0" # CURRENT DEVELOPMENT RUST TOOLCHAIN