about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-06-26 19:29:50 +0200
committerPhilipp Krones <hello@philkrones.com>2025-06-26 19:29:50 +0200
commit9b41d8fdb6065c0320f9e8d53956808c0382437a (patch)
treed1b284f05d9081bb72da00d77cfa9d1faaddac6f
parent90364dd178b074db391649eed504564ac26f77c1 (diff)
downloadrust-9b41d8fdb6065c0320f9e8d53956808c0382437a.tar.gz
rust-9b41d8fdb6065c0320f9e8d53956808c0382437a.zip
Bump nightly version -> 2025-06-26
-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 1aa16e3943c..649748d1534 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-06-12
+nightly-2025-06-26
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 3fc5a1224a8..124756a3600 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-06-12"
+channel = "nightly-2025-06-26"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"