about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-01-28 19:14:51 +0100
committerPhilipp Krones <hello@philkrones.com>2025-01-28 19:14:51 +0100
commit336a259451730cf7167a78ee91be96e12657da83 (patch)
tree67125d3eac968c952c13d7844321e211240ef1f4
parent145d5adf04fecbc48bdf2ab2a356ca4c8df0c149 (diff)
downloadrust-336a259451730cf7167a78ee91be96e12657da83.tar.gz
rust-336a259451730cf7167a78ee91be96e12657da83.zip
Bump nightly version -> 2025-01-28
-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 c267b804124..251e3dfe41b 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-2025-01-09
+nightly-2025-01-28
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain b/rust-toolchain
index b1f0a82b1f4..c15d1fe6cd3 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-01-09"
+channel = "nightly-2025-01-28"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"