We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e98521 commit 865c0c0Copy full SHA for 865c0c0
shell.nix
@@ -13,7 +13,7 @@ let
13
rev = "1fe6ed37fd9beb92afe90671c0c2a662a03463dd";
14
};
15
nixpkgs = import pinned { overlays = [ mozillaOverlay ]; };
16
- toolchain = with nixpkgs; (rustChannelOf { date = "2021-07-06"; channel = "nightly"; });
+ toolchain = with nixpkgs; (rustChannelOf { date = "2021-09-14"; channel = "nightly"; });
17
rust-wasm = toolchain.rust.override {
18
targets = [ "wasm32-unknown-unknown" ];
19
0 commit comments