From 3f4491ca8b9609398109538f60fe1db5f88e2dbf Mon Sep 17 00:00:00 2001 From: Dan Vassallo Date: Fri, 26 Apr 2024 11:21:32 -0400 Subject: [PATCH] [BUG] Update Toolchain (#502) * Create toolchain_check.yml * rename wf and bump rust version * remove workflow --- rust-toolchain.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1c8cfba9f..6f14058b2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,2 @@ [toolchain] -channel = "1.75.0" -profile = "default" +channel = "1.77.2"