From f959a91a96b02f2683c78770440599719d17a676 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 4 Jul 2023 20:03:29 +0100 Subject: [PATCH] fix(nix): 4th July nightly isn't available yet --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ed0907a..d67a42a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-07-04" +channel = "nightly-2023-07-03" components = [ "rustfmt", "rustc", "clippy", "rust-analyzer" ] \ No newline at end of file