From 945ee77c62b345d532bdd6dd81411143797ff438 Mon Sep 17 00:00:00 2001 From: "tuddman@users.noreply.github.com" Date: Sat, 6 Jun 2026 17:22:09 +0200 Subject: [PATCH] chore: bump Rust stable toolchain to 1.96.0 Update the pinned Rust stable version from 1.95.0 to 1.96.0 in rust-toolchain.toml. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3417ee5..0e9dcbc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.95.0" +channel = "1.96.0" components = ["rustfmt", "clippy"] profile = "minimal"