about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-05-01 09:50:54 +0200
committerPhilipp Krones <hello@philkrones.com>2025-05-01 09:50:54 +0200
commit8a91bbfa91a5e2e269131f1da7b84d87cf2b4591 (patch)
tree5606af71e3c066211596f003378e9111ceed421d
parent43797675c27c9a0e3a14ad7f6ca8845299852d98 (diff)
downloadrust-8a91bbfa91a5e2e269131f1da7b84d87cf2b4591.tar.gz
rust-8a91bbfa91a5e2e269131f1da7b84d87cf2b4591.zip
Bump nightly version -> 2025-05-01
-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 aceff14a159..66192f866fa 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-04-22
+nightly-2025-05-01
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index d2f79da1a54..39c7f0e4ad5 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-04-22"
+channel = "nightly-2025-05-01"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"