From 67df958d11b0d7ece1c729c76da90cf0bdbd15d4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 11 May 2024 14:11:58 -0600 Subject: [PATCH] Update to new nightly --- rust-toolchain.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf9ae..46893dd3f4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] -channel = "nightly" +channel = "nightly-2024-05-11" +components = ["rust-src"]