From a61f15646ce508d34ab9e28fab3871940bbc3baa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:11:47 +0200 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-10-17 (#2825) Update Rust toolchain from nightly-2023-10-16 to nightly-2023-10-17 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/42b1224e9eb37177f608d3f6a6f2be2ee13902e4 up to https://github.com/rust-lang/rust/commit/49691b1f70d71dd7b8349c332b7f277ee527bf08. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bd441b412f6e..c3d0bb2bdec6 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-16" +channel = "nightly-2023-10-17" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]