From 08dfd62e9a35d1d6e410a021e0ede16d5e6433ab Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 9 Oct 2023 06:16:42 +0000 Subject: [PATCH] Use a specific nightly to avoid breakage from differing nightlies --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index bdbe494e..0a823a6e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" +channel = "nightly-2023-10-08" components = [ "rustc-dev", "llvm-tools" ]