From bfa80d5414e96330ca5aba798ed08748babdf356 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 21 Sep 2022 02:32:36 +0000 Subject: fix rust version Signed-off-by: Xe Iaso --- nix/rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/rust.nix b/nix/rust.nix index 02512df..7858923 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -4,7 +4,7 @@ let pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; }; channel = "nightly"; - date = "2022-08-08"; + date = "2022-09-15"; targets = [ ]; chan = pkgs.rustChannelOfTargets channel date targets; in chan -- cgit v1.2.3