From 60374e257a224b46ef19eaebb23cf6e7be9ab4d9 Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Fri, 22 Aug 2025 14:26:37 +0200 Subject: [PATCH] Bump nightly version -> 2025-08-22 --- clippy_utils/README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clippy_utils/README.md b/clippy_utils/README.md index 6d8dd92d55d6..2dfe28953d0c 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: ``` -nightly-2025-08-07 +nightly-2025-08-22 ``` diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ac51ec2d61b5..5497e77e8ad1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2025-08-07" +channel = "nightly-2025-08-22" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal"