mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user