chore: makes clap_derive a git dependency

This commit is contained in:
Kevin K 2018-07-23 15:51:57 -04:00
parent 94872e00a5
commit 94e0d38c2d
No known key found for this signature in database
GPG key ID: 2E39D46AABC94DDD

View file

@ -58,7 +58,7 @@ clippy = { version = "~0.0.166", optional = true }
atty = { version = "0.2.2", optional = true } atty = { version = "0.2.2", optional = true }
vec_map = { version = "0.8", optional = true } vec_map = { version = "0.8", optional = true }
term_size = { version = "1.0.0-beta1", optional = true } term_size = { version = "1.0.0-beta1", optional = true }
clap_derive = { path = "../clap_derive", optional = true } clap_derive = { git = "https://github.com/clap-rs/clap_derive", optional = true }
[target.'cfg(not(windows))'.dependencies] [target.'cfg(not(windows))'.dependencies]
ansi_term = { version = "0.11.0", optional = true } ansi_term = { version = "0.11.0", optional = true }