about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-09-18 16:59:20 +0200
committerPhilipp Krones <hello@philkrones.com>2025-09-18 16:59:20 +0200
commit2c7350269c38ae3284702597c9fd016453d445cf (patch)
tree0959c5c087c1dac115d91300f0777d0da13bc924
parent2d3efb0f0b68b4233f4bb0be52a064ec7f92d791 (diff)
downloadrust-2c7350269c38ae3284702597c9fd016453d445cf.tar.gz
rust-2c7350269c38ae3284702597c9fd016453d445cf.zip
Bump nightly version -> 2025-09-18
-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 e01f563c49e..2c66fdc73f5 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-09-04
+nightly-2025-09-18
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index ec2f24a0a6d..9c102de4482 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-09-04"
+channel = "nightly-2025-09-18"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"