Skip to content

Commit 0c063c3

Browse files
Update build steps to use nightly (#59)
1 parent 9b657f6 commit 0c063c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ If you need to install Rust, do the following:
7575

7676
curl https://sh.rustup.rs -sSf | sh -s -- -y
7777
echo 'export PATH=$HOME/.cargo/bin/:$PATH' >> $BASH_ENV
78-
rustup install stable
79-
rustup target add wasm32-unknown-unknown --toolchain stable
78+
rustup default nightly
79+
rustup update
80+
rustup target add wasm32-unknown-unknown --toolchain nightly
8081
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8182

8283
To build this repository, do the following:

0 commit comments

Comments
 (0)