From 16462b98d61273fc8aa9986b72f7b15e968143d0 Mon Sep 17 00:00:00 2001 From: Alessandro Pezzato Date: Thu, 28 Dec 2023 17:20:43 +0100 Subject: [PATCH] Set rust-toolchain.toml to nightly-2023-12-27 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..dc49f2e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "nightly-2023-12-27"