From de89e12d74652f016c5580f5da6fd319519eb53d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:40:04 +0200 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-10-18 (#2829) Update Rust toolchain from nightly-2023-10-17 to nightly-2023-10-18 without any other source changes. This is an automatically generated pull request. If any of the CI checks fail, manual intervention is required. In such a case, review the changes at https://github.com/rust-lang/rust from https://github.com/rust-lang/rust/commit/49691b1f70d71dd7b8349c332b7f277ee527bf08 up to https://github.com/rust-lang/rust/commit/09df6108c84fdec400043d99d9ee232336fd5a9f. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c3d0bb2bdec6..d6c72cc94af0 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-10-17" +channel = "nightly-2023-10-18" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]