weihanglo / rust-algorithm-club

Learn algorithms and data structures with Rust
https://rust-algo.club
MIT License
406 stars 43 forks source link

cargo check failed #17

Closed henry40408 closed 5 years ago

henry40408 commented 5 years ago

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
weihanglo commented 5 years ago

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