emeceve / loquaz

A simple desktop app for encrypted direct messages on Nostr protocol
MIT License
36 stars 8 forks source link

edition2021 is required #15

Open melvincarvalho opened 2 years ago

melvincarvalho commented 2 years ago

Error

error: failed to parse manifest at /tmp/loquaz/Cargo.toml

Caused by: feature edition2021 is required

consider adding cargo-features = ["edition2021"] to the manifest

Environment

Running on ubuntu 20.04 clone library and type:

cargo run

emeceve commented 2 years ago

I think you have to update your rust toolchain. Try to run rustup update