From da092caac9de96640240b5ae6b053973c20e7f8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:02:27 +0200 Subject: [PATCH] Automatic toolchain upgrade to nightly-2024-07-15 (#3341) Update Rust toolchain from nightly-2024-07-14 to nightly-2024-07-15 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/fcaa6fdfbee1316184e7ad98c53241d52cd30a5f up to https://github.com/rust-lang/rust/commit/d9284afea99e0969a0e692b9e9fd61ea4ba21366. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 79dbe24358d1..a20f8e321860 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-14" +channel = "nightly-2024-07-15" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]