From b1681e7c6b07baf57b5fa41b2145c2dca7212cf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:33:46 +0000 Subject: [PATCH] Automatic toolchain upgrade to nightly-2024-07-16 (#3346) Update Rust toolchain from nightly-2024-07-15 to nightly-2024-07-16 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/d9284afea99e0969a0e692b9e9fd61ea4ba21366 up to https://github.com/rust-lang/rust/commit/24d2ac0b56fcbde13d827745f66e73efb1e17156. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a20f8e321860..855d4b943288 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-07-15" +channel = "nightly-2024-07-16" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]