From 72aaaf5dbe2b78ef8b160f46d68a81f0c4492bb8 Mon Sep 17 00:00:00 2001 From: tautschnig <1144736+tautschnig@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:56:19 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2025-06-03 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a8bff2547b44..04b2342ca7c0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2025-06-02" +channel = "nightly-2025-06-03" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]