From 80dd20f699af38a9f2b2cd4b56b98ecb3c35f875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:27:35 +0000 Subject: [PATCH] chore(deps): update rust to 1.96 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c1f37b40ff..5c97b7a605 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.94" +channel = "1.96" profile = "default"