From 5322aa1e854e71380c4894a0337356fe3d1a5221 Mon Sep 17 00:00:00 2001
From: Xiliang Chen <xlchen1291@gmail.com>
Date: Tue, 17 Nov 2020 21:41:39 +1300
Subject: [PATCH] Update init.sh

The instruction on readme explicitly depends on nightly-2020-10-05
---
 scripts/init.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/init.sh b/scripts/init.sh
index 1405a41ef..5faaee8fe 100755
--- a/scripts/init.sh
+++ b/scripts/init.sh
@@ -5,8 +5,8 @@ set -e
 echo "*** Initializing WASM build environment"
 
 if [ -z $CI_PROJECT_NAME ] ; then
-   rustup update nightly
+   rustup install nightly-2020-10-05
    rustup update stable
 fi
 
-rustup target add wasm32-unknown-unknown --toolchain nightly
+rustup target add wasm32-unknown-unknown --toolchain nightly-2020-10-05
-- 
GitLab