From ef0b3d1def7cb38df376768810aae31de44b349e Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:17:20 +0000 Subject: [PATCH] Rustup to rustc 1.79.0-nightly (c9f8f3438 2024-03-27) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index e9e7f90bbb4..612fc61ec27 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-03-26" +channel = "nightly-2024-03-28" components = ["rust-src", "rustc-dev", "llvm-tools"]