I got an error when I tried to run hc package. I tried upgrading rust to beta and adding cargo-features=["edition"], but I still got the error. I removed edition="2018" from cargo.toml and got further, but it didn't complete successfully. What's the right way to fix this?
error: failed to parse manifest at /Users/chrisminnick/todo-list/zomes/lists/code/Cargo.toml
Caused by:
editions are unstable
Caused by:
feature edition is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
cargo-features = ["edition"] to enable this feature
Error: command cargo build --release --target=wasm32-unknown-unknown was not successful
I got an error when I tried to run hc package. I tried upgrading rust to beta and adding cargo-features=["edition"], but I still got the error. I removed edition="2018" from cargo.toml and got further, but it didn't complete successfully. What's the right way to fix this?
error: failed to parse manifest at
/Users/chrisminnick/todo-list/zomes/lists/code/Cargo.toml
Caused by: editions are unstable
Caused by: feature
edition
is requiredthis Cargo does not support nightly features, but if you switch to nightly channel you can add
cargo-features = ["edition"]
to enable this feature Error: command cargo build --release --target=wasm32-unknown-unknown was not successful