From 5cdee0b1c1740c2cf39fc9b03977ad28dbddfe0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:03:20 +0200 Subject: [PATCH] core: bump rust-toolchain from 1.95.0 to 1.96.0 (#22752) Co-authored-by: Marc 'risson' Schmitt Signed-off-by: dependabot[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 113908ff13..cbb8d71c49 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.95.0" +channel = "1.96.0" components = ["clippy", "rust-analyzer", "llvm-tools-preview"]