From 2fb97d28b457bf7eb86086ea44a3c5db23e41e38 Mon Sep 17 00:00:00 2001 From: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com> Date: Tue, 2 Jul 2024 05:28:14 -0400 Subject: [PATCH] Upgrade toolchain to `nightly-2024-07-01` (#3314) Upgrade toolchain to `nightly-2024-07-01` so we're up to date. No other changes are required. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index be39f8068af9..dfe3febbb927 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-06-29" +channel = "nightly-2024-07-01" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]