From 19c2f0332c80bfc1548933c96bf4eafa2644866b Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Fri, 13 Jun 2025 10:17:27 +0200 Subject: [PATCH] Bump nightly version -> 2025-06-13 --- 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 efbacbd72dba..1aa16e3943c4 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-05-31 +nightly-2025-06-12 ``` diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b6817d9a1463..3fc5a1224a8d 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"