From eccda6954433ed5f5d83a571857f5f15aac4c876 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:41:40 +0000 Subject: [PATCH] Rustup to rustc 1.83.0-nightly (9e394f551 2024-09-25) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 651770be3775..093f5bdc4dae 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-09-23" +channel = "nightly-2024-09-26" components = ["rust-src", "rustc-dev", "llvm-tools"] profile = "minimal"