bump rust

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-04-01 22:23:16 -04:00
parent 09a6c26fd4
commit 0ca2a6d63f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
pkgs = pkgs =
import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; }; import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
channel = "nightly"; channel = "nightly";
date = "2021-01-14"; date = "2021-03-25";
targets = [ ]; targets = [ ];
chan = pkgs.rustChannelOfTargets channel date targets; chan = pkgs.rustChannelOfTargets channel date targets;
in chan in chan