From d61b0e782f1a37594f06467ba8a88605d01ac774 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:38:46 +0000 Subject: [PATCH] Rustup to rustc 1.82.0-nightly (3e9bd8b56 2024-08-08) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 827956c98cf2..96c467e091cf 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-08-08" +channel = "nightly-2024-08-09" components = ["rust-src", "rustc-dev", "llvm-tools"] profile = "minimal"