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 48bc366 commit 92455a3Copy full SHA for 92455a3
scripts/init.sh
@@ -6,7 +6,7 @@ echo "*** Initializing WASM build environment"
6
7
rustup update stable
8
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
+rustup toolchain install nightly-2021-03-10
+rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-10
+rustup default nightly-2021-03-10
+rustup override set nightly-2021-03-10
0 commit comments