Update nightly toolchain to 2021-06-17 (#240)

* Update nightly toolchain to 2021-06-17

* Update shell.nix

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
main
Vasiliy Yorkin 2021-09-21 17:25:17 +03:00 committed by GitHub
parent 3b547c94a2
commit 139bdbb038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
rev = "1fe6ed37fd9beb92afe90671c0c2a662a03463dd"; rev = "1fe6ed37fd9beb92afe90671c0c2a662a03463dd";
}; };
nixpkgs = import pinned { overlays = [ mozillaOverlay ]; }; nixpkgs = import pinned { overlays = [ mozillaOverlay ]; };
toolchain = with nixpkgs; (rustChannelOf { date = "2021-03-01"; channel = "nightly"; }); toolchain = with nixpkgs; (rustChannelOf { date = "2021-07-06"; channel = "nightly"; });
rust-wasm = toolchain.rust.override { rust-wasm = toolchain.rust.override {
targets = [ "wasm32-unknown-unknown" ]; targets = [ "wasm32-unknown-unknown" ];
}; };