From 2f6465efcabfe6ea878b7543238380d7becaef70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:08:15 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.95.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2f9fdbadd..f92020c65 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.94.1" +channel = "1.95.0" profile = "default"