dappforce/subsocial-solochain

add rust version info for build

bingryan opened this issue · 1 comments

hi,
Initialize Wasm Build environment

./scripts/init.sh

then build

cargo build --release

will get error

add specified version at rust-toolchain file maybe a good choice.

I solve the compilation problem by specifying the version.

rustup install nightly-2020-06-27
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-06-27

then build

cargo build --release
siman commented

Should be fixed by this PR: #108