From f95408b346abff811ef6d68378ed4d5cdf4d4285 Mon Sep 17 00:00:00 2001 From: Squirrel Date: Tue, 28 Sep 2021 05:47:38 +0100 Subject: [PATCH] Point to nightly that can compile the code. (#9873) --- substrate/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/shell.nix b/substrate/shell.nix index 9a2d304006..a86af00538 100644 --- a/substrate/shell.nix +++ b/substrate/shell.nix @@ -5,7 +5,7 @@ let rev = "4a07484cf0e49047f82d83fd119acffbad3b235f"; }); nixpkgs = import { overlays = [ mozillaOverlay ]; }; - rust-nightly = with nixpkgs; ((rustChannelOf { date = "2021-07-06"; channel = "nightly"; }).rust.override { + rust-nightly = with nixpkgs; ((rustChannelOf { date = "2021-09-10"; channel = "nightly"; }).rust.override { extensions = [ "rust-src" ]; targets = [ "wasm32-unknown-unknown" ]; });