weihanglo/rust-algorithm-club

cargo check failed

henry40408 opened this issue · 1 comments

error message

error: failed to parse manifest at `/Users/henry/Develop/rust-algorithm-club/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

Please update your Rust compiler to latest stable version (2018 edition).
Ref #2