From 1e827aabbb15a7f79cad2b61d2e18acfc98bddf5 Mon Sep 17 00:00:00 2001 From: Unique Date: Tue, 27 Dec 2022 08:54:13 +0000 Subject: [PATCH] fix README.md --- --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ 2. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall `. -3. Install toolchain nightly-2022-10-09 and make it default: +3. Install toolchain nightly-2022-11-15 and make it default: ```bash -rustup toolchain install nightly-2022-10-09 -rustup default nightly-2022-10-09 +rustup toolchain install nightly-2022-11-15 +rustup default nightly-2022-11-15 ``` 4. Add wasm target for nightly toolchain: ```bash -rustup target add wasm32-unknown-unknown --toolchain nightly-2022-10-09 +rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15 ``` 5. Build: -- gitstuff