about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-08-22 14:26:37 +0200
committerPhilipp Krones <hello@philkrones.com>2025-08-22 14:26:37 +0200
commit60374e257a224b46ef19eaebb23cf6e7be9ab4d9 (patch)
tree2047da5beb11720c7180561881bf8b1f012e7a29
parent9de86f40d7e1a2cbcc308e39fdbc7447d691c527 (diff)
downloadrust-60374e257a224b46ef19eaebb23cf6e7be9ab4d9.tar.gz
rust-60374e257a224b46ef19eaebb23cf6e7be9ab4d9.zip
Bump nightly version -> 2025-08-22
-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 6d8dd92d55d..2dfe28953d0 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-08-07
+nightly-2025-08-22
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index ac51ec2d61b..5497e77e8ad 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-08-07"
+channel = "nightly-2025-08-22"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"