From 3a9bf729322fb5035518f99b9d76a742bf7c124e Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:37:20 +0000 Subject: [PATCH] Rustup to rustc 1.76.0-nightly (3f28fe133 2023-12-18) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 34b0c65ac77..4ba08f1af44 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-12-18" +channel = "nightly-2023-12-19" components = ["rust-src", "rustc-dev", "llvm-tools"]