From fba317af935194e36b424ee85e8730fafadce3e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 05:15:00 +0000 Subject: [PATCH] Update dependency rust to v1.94.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 68cde21..8d4ed08 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # developers and test environments. The intent is to keep this updated as new # stable versions are released. [toolchain] -channel = "1.93.1" +channel = "1.94.0" profile = "default"