From 19cb776216ac24a588a4f80ed53f0a2d0fe12dfe Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 10 Apr 2026 16:43:45 +0000 Subject: [PATCH] Bump pinned toolchain to 1.94.1 The rustfmt component is no longer available for 1.94.0 on GitHub Actions runners, causing the format check CI job to fail. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 76a06e6..9cf4a67 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.94.0" +channel = "1.94.1"