From 8fe8c68bbffb10a3ab5da312120727db0749f5c2 Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Thu, 30 Apr 2026 11:41:05 +0200 Subject: [PATCH] Bump nightly version -> 2026-04-30 --- 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 99489cb11e73..de7afb7cf13a 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-2026-04-16 +nightly-2026-04-30 ``` diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 97c8cf260cad..9992299153e2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2026-04-16" +channel = "nightly-2026-04-30" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal"