From ae7c2ed727f04de778707af9efea55db9e4d1f5a Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 21 Dec 2023 15:08:29 -0800 Subject: [PATCH] [rust] update to Rust 1.74.1 (#4700) I'm hitting an ICE with 1.74.0 that appears to be fixed with 1.74.1. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 65ee8a9912..2e7a87b58b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -4,5 +4,5 @@ # # We choose a specific toolchain (rather than "stable") for repeatability. The # intent is to keep this up-to-date with recently-released stable Rust. -channel = "1.74.0" +channel = "1.74.1" profile = "default"