Issues
Diagnose and fix Rust and Substrate development environment issues.
Check your current configuration
rustup showDefault host: x86_64-unknown-linux-gnu
rustup home: /home/user/.rustup
installed toolchains
--------------------
stable-x86_64-unknown-linux-gnu (default)
nightly-2020-10-06-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu
installed targets for active toolchain
--------------------------------------
wasm32-unknown-unknown
x86_64-unknown-linux-gnu
active toolchain
----------------
stable-x86_64-unknown-linux-gnu (default)
rustc 1.50.0 (cb75ad5db 2021-02-10)Use the nightly release channel for WebAssembly
Update the toolchain
Use a specific nightly toolchain
Specify the toolchain in an environment variable
Downgrade the nightly toolchain
Ensure PATH is set correctly
Installing cmake or protobuf for M1 macOS users
Last updated