From 43392e5163185997b6ab4ca17d5dbc6015f93d58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:59:23 +0300 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-09-18 (#2775) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 20403a2e4548..203b89770831 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-17" +channel = "nightly-2023-09-18" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]