From a3a84e5dc22b695ee1352041bbe595344d44c36a Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Mon, 24 Jun 2024 23:06:14 -0400 Subject: [PATCH] Bump toolchain to nightly-2024-06-24 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 25e3961d32a..d04c524861a 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-06-25" components = ["llvm-tools", "rustc-dev"]