willemolding / holochain-rust-todo

Basic example using holochain-rust
31 stars 8 forks source link

error: failed to parse manifest on hc package #2

Open chrisminnick opened 5 years ago

chrisminnick commented 5 years ago

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