From 9c8990df6a69112635cb5b4f3215447dac6efafb Mon Sep 17 00:00:00 2001 From: vakaras Date: Mon, 15 Jul 2024 07:14:50 +0000 Subject: [PATCH] Update rustc to nightly-2024-07-15 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index b72d15428f..8c551e2317 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-05-01" +channel = "nightly-2024-07-15" components = [ "rustfmt", "rustc-dev", "llvm-tools-preview", "rust-src" ]