Skip to content

Instantly share code, notes, and snippets.

@ivan
Created September 29, 2018 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivan/176219a191fce5741755847dce9670cd to your computer and use it in GitHub Desktop.
Save ivan/176219a191fce5741755847dce9670cd to your computer and use it in GitHub Desktop.
# cargo outdated
error: failed to parse manifest at `/tmp/cargo-outdated.81hypUXKZnNr/Cargo.toml`
Caused by:
editions are unstable
Caused by:
feature `edition` is required
consider adding `cargo-features = ["edition"]` to the manifest
# head -n 1 Cargo.toml
cargo-features = ["edition"]
@ivan
Copy link
Author

ivan commented Sep 29, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment