From afa731e42f0011ff8e9d16233c466ecee78651b6 Mon Sep 17 00:00:00 2001 From: Yacin Tmimi Date: Wed, 12 Jun 2024 22:38:19 -0400 Subject: [PATCH] bump toolchain to nightly-2024-06-13 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index aa35a7f12d5..25e3961d32a 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-12-28" +channel = "nightly-2024-06-13" components = ["llvm-tools", "rustc-dev"]