From 09419e44e9d76f9c10d7aeba8bcba4db2ee0397d Mon Sep 17 00:00:00 2001 From: Philipp Krones <hello@philkrones.com> Date: Thu, 25 Jul 2024 18:23:33 +0200 Subject: [PATCH] Bump nightly version -> 2024-07-25 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index a61c22c59f9..69fb11a4824 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-07-11" +channel = "nightly-2024-07-25" components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal"