From aeafbd8566650e481fa0fc7a8ca9f597c3571820 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:26:18 +0100 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-11-29 (#2903) Update Rust toolchain from nightly-2023-11-28 to nightly-2023-11-29 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/49b3924bd4a34d3cf9c37b74120fba78d9712ab8 up to https://github.com/rust-lang/rust/commit/5facb422f8a5a61df515572fe79b02433639d565. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 426db70f76d4..be9562da31fd 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-11-28" +channel = "nightly-2023-11-29" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]