From 04abcc3fba2e68fe073199b5051ef0a254a74572 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 23:41:15 -0700 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-09-16 (#2773) Co-authored-by: celinval --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c70658e0de73..f39bda44aaf1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-09-15" +channel = "nightly-2023-09-16" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]