about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-07-10 20:01:15 +0200
committerPhilipp Krones <hello@philkrones.com>2025-07-10 20:01:15 +0200
commitb9af6670d882c4d5f71f760c4efaceec2c849030 (patch)
tree3566d28b36b895fcf42d90a66498864baa68db81
parent9e0f749e080fe290f3225916865ca010f841dc31 (diff)
downloadrust-b9af6670d882c4d5f71f760c4efaceec2c849030.tar.gz
rust-b9af6670d882c4d5f71f760c4efaceec2c849030.zip
Bump nightly version -> 2025-07-10
-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 649748d1534..645b644d9f4 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-26
+nightly-2025-07-10
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 124756a3600..f46e079db3f 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-06-26"
+channel = "nightly-2025-07-10"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"