Created
September 21, 2016 21:50
-
-
Save raindev/7bf961b57f737f7ff938c73c2a9e996d to your computer and use it in GitHub Desktop.
Cargo unresolved transitive version conflicts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "lost-links" | |
version = "0.1.0" | |
authors = ["Andrew Barchuk <[email protected]>"] | |
[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