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