From a960aac0ba604136882cef9a01b00822b20f46de Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:31:35 +0000 Subject: [PATCH] Rustup to rustc 1.84.0-nightly (3fee0f12e 2024-11-20) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 6aa7493c5a45..c9717cacd1af 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-11-12" +channel = "nightly-2024-11-21" components = ["rust-src", "rustc-dev", "llvm-tools"] profile = "minimal"