From a3c5134ee7581168947df8a050c332d7cb7aa426 Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 26 Jun 2023 23:41:21 -0500 Subject: Strings and so much more --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 64485bd..5c82957 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; rustStable = pkgs.rust-bin.stable.latest.default; - rustNightly = pkgs.rust-bin.nightly."2023-02-10".default; + rustNightly = pkgs.rust-bin.nightly."2023-06-19".default; rustPlatform = pkgs.makeRustPlatform { cargo = rustStable; -- cgit v1.2.3