diff options
| author | Fuwn <[email protected]> | 2021-06-05 22:42:55 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-05 22:42:55 +0000 |
| commit | 47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e (patch) | |
| tree | be34623c8623a6f134108e74c763e5403639239a /nix | |
| parent | feat(make): document generation task (diff) | |
| download | archived-whirl-47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e.tar.xz archived-whirl-47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e.zip | |
build(global): bump toolchain release
This commit also fixes all of the new lints that arose because of the bump.
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/rust.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/rust.nix b/nix/rust.nix index 81ca0e8..0a43f57 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -3,7 +3,7 @@ let pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; }; channel = "nightly"; - date = "2021-02-20"; + date = "2021-06-04"; targets = [ ]; chan = pkgs.rustChannelOfTargets channel date targets; in chan |