From 2eb28fa3024ecbf9898c8e900e744d1201ceffca Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 22 Mar 2024 16:24:43 +0100 Subject: [PATCH] Update toolchain to `nightly-2024-03-22` Bump the toolchain version to pull in a fix for a recently discovered miscompilation issue [1]. [1]: https://github.com/llvm/llvm-project/pull/85277 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 74ed55039c..270cc88989 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-12-28" +channel = "nightly-2024-03-22" components = [ "rust-src" ] profile = "minimal"