From 0ea2ce4f6db70e7b7c66c9844e2c07b2e3ff6bc0 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:27:16 +0000 Subject: [PATCH] Rustup to rustc 1.86.0-nightly (bef3c3b01 2025-02-04) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index e612befc9659..62efc715ce08 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2025-02-01" +channel = "nightly-2025-02-05" components = ["rust-src", "rustc-dev", "llvm-tools"] profile = "minimal"