Skip to content

Commit 865c0c0

Browse files
authored
Update shell.nix (#247)
1 parent 4e98521 commit 865c0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let
1313
rev = "1fe6ed37fd9beb92afe90671c0c2a662a03463dd";
1414
};
1515
nixpkgs = import pinned { overlays = [ mozillaOverlay ]; };
16-
toolchain = with nixpkgs; (rustChannelOf { date = "2021-07-06"; channel = "nightly"; });
16+
toolchain = with nixpkgs; (rustChannelOf { date = "2021-09-14"; channel = "nightly"; });
1717
rust-wasm = toolchain.rust.override {
1818
targets = [ "wasm32-unknown-unknown" ];
1919
};

0 commit comments

Comments
 (0)