about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-12-15 16:49:23 +0100
committerPhilipp Krones <hello@philkrones.com>2024-12-15 16:49:23 +0100
commit028d87b01883aaa40d55892ba6fb1191d7a5a94d (patch)
tree6aa917be1c934802fc5885560a8621429d1e4c61
parent12edfb82e530e187c3f25ff18b4a254d5a4e8576 (diff)
downloadrust-028d87b01883aaa40d55892ba6fb1191d7a5a94d.tar.gz
rust-028d87b01883aaa40d55892ba6fb1191d7a5a94d.zip
Bump nightly version -> 2024-12-15
-rw-r--r--clippy_utils/README.md2
-rw-r--r--rust-toolchain2
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_utils/README.md b/clippy_utils/README.md
index 61476a82ba0..395c4a23e76 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:
 
 <!-- begin autogenerated nightly -->
 ```
-nightly-2024-11-28
+nightly-2024-12-15
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain b/rust-toolchain
index fb159ca2ae0..874893691c0 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"