Update to the latest Substrate commit

Enables building with only the stable toolchain. The nightly toolchain is still
used for clippy in order to access additional checks.
This commit is contained in:
Luke Parker
2023-03-31 02:34:52 -04:00
parent 1610383649
commit 30b8636641
4 changed files with 415 additions and 291 deletions

View File

@@ -27,6 +27,7 @@ brew install rustup
```
rustup update
rustup toolchain install stable
rustup target add wasm32-unknown-unknown
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
```