Skip to content

Instantly share code, notes, and snippets.

@raindev
Created September 21, 2016 21:50
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 raindev/7bf961b57f737f7ff938c73c2a9e996d to your computer and use it in GitHub Desktop.
Save raindev/7bf961b57f737f7ff938c73c2a9e996d to your computer and use it in GitHub Desktop.
Cargo unresolved transitive version conflicts
[package]
name = "lost-links"
version = "0.1.0"
authors = ["Andrew Barchuk <raindev@icloud.com>"]
[dependencies]
curl = "0.3.6" # -> winapi:0.2
regex = "0.1.52"
url = "1.2.0"
clap = "2.12.1" # -> winapi:~0.2.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment