about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-06-13 10:17:27 +0200
committerPhilipp Krones <hello@philkrones.com>2025-06-13 10:17:27 +0200
commit19c2f0332c80bfc1548933c96bf4eafa2644866b (patch)
tree69da585c892de485efa7d22ed4fc5b31e973bcf2
parent85655d4a098be06080e4ec20360a5eb7feab3e3f (diff)
downloadrust-19c2f0332c80bfc1548933c96bf4eafa2644866b.tar.gz
rust-19c2f0332c80bfc1548933c96bf4eafa2644866b.zip
Bump nightly version -> 2025-06-13
-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 efbacbd72db..1aa16e3943c 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-05-31
+nightly-2025-06-12
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index b6817d9a146..3fc5a1224a8 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-05-31"
+channel = "nightly-2025-06-12"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"