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 =
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