From 0ca2a6d63f99d8fa093efe16f222740a217a8d4d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 1 Apr 2021 22:23:16 -0400 Subject: [PATCH] bump rust Signed-off-by: Christine Dodrill --- nix/rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/rust.nix b/nix/rust.nix index 8215513..c7216a7 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 = "2021-01-14"; + date = "2021-03-25"; targets = [ ]; chan = pkgs.rustChannelOfTargets channel date targets; in chan