From 5449c3cabb36713a050e8c3978bea0d72695b0db Mon Sep 17 00:00:00 2001 From: Carolyn Zech Date: Sun, 1 Sep 2024 11:50:20 -0400 Subject: [PATCH] Update Toolchain to 9/1 (#3478) Updates toolchain to 9/1. This couldn't run automatically because of #3476. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 503c4611e3a0..ca038ea7a812 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-08-30" +channel = "nightly-2024-09-01" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]