Skip to content

Commit 92455a3

Browse files
committed
update init script
1 parent 48bc366 commit 92455a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/init.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "*** Initializing WASM build environment"
66

77
rustup update stable
88
rustup update nightly
9-
rustup toolchain install nightly-2020-12-12
10-
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-12-12
11-
rustup default nightly-2020-12-12
12-
rustup override set nightly-2020-12-12
9+
rustup toolchain install nightly-2021-03-10
10+
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-10
11+
rustup default nightly-2021-03-10
12+
rustup override set nightly-2021-03-10

0 commit comments

Comments
 (0)