From 028d87b01883aaa40d55892ba6fb1191d7a5a94d Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Sun, 15 Dec 2024 16:49:23 +0100 Subject: [PATCH] Bump nightly version -> 2024-12-15 --- clippy_utils/README.md | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clippy_utils/README.md b/clippy_utils/README.md index 61476a82ba00..395c4a23e768 100644 --- a/clippy_utils/README.md +++ b/clippy_utils/README.md @@ -8,7 +8,7 @@ This crate is only guaranteed to build with this `nightly` toolchain: ``` -nightly-2024-11-28 +nightly-2024-12-15 ``` diff --git a/rust-toolchain b/rust-toolchain index fb159ca2ae03..874893691c07 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2024-11-28" +channel = "nightly-2024-12-15" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal"