From 9377074a41f0a716d089361a9c7dc1509637d408 Mon Sep 17 00:00:00 2001 From: Zyad Hassan Date: Thu, 15 May 2025 11:07:50 -0700 Subject: [PATCH] Upgrade Rust toolchain to 2025-05-16 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e8a4287eb3f8..afa4f4a0bbb9 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-05-14" +channel = "nightly-2025-05-16" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]