about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-07-25 15:08:44 +0200
committerPhilipp Krones <hello@philkrones.com>2025-07-25 15:08:44 +0200
commit31baffd6eee81c649b552d5eae9dbf2d6a9fa911 (patch)
tree975317c9afb1748c6e25af4fc13e38b75ac956d6
parentd64eb62e2c464dc22a4276768e74a48bd7154356 (diff)
downloadrust-31baffd6eee81c649b552d5eae9dbf2d6a9fa911.tar.gz
rust-31baffd6eee81c649b552d5eae9dbf2d6a9fa911.zip
Bump nightly version -> 2025-07-25
-rw-r--r--clippy_utils/README.md2
-rw-r--r--rust-toolchain.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_utils/README.md b/clippy_utils/README.md
index 645b644d9f4..19e71f6af1d 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-07-10
+nightly-2025-07-25
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index f46e079db3f..0edb80edd04 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-07-10"
+channel = "nightly-2025-07-25"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"