From b5128b4effe1c865d4a0687e397c9c54902f2298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 20:14:19 +0000 Subject: [PATCH] chore: bump up rustc version 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 71223b6514..cc6d07f376 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.93.1" +channel = "1.94.0" profile = "default"