From c40ef05c92768bfef976a64474fc2366399b8988 Mon Sep 17 00:00:00 2001 From: Ishaan Subramanya Date: Mon, 18 Mar 2024 09:29:14 +0530 Subject: [PATCH] specified nightly version --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 98a7ac7..9ed9421 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly" +channel = "nightly-2024-03-17" components = ["rustc", "cargo", "rust-std", "rustfmt"] targets = [ "x86_64-unknown-linux-gnu", @@ -7,4 +7,4 @@ targets = [ "x86_64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", -] +] \ No newline at end of file