mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
chore: makes clap_derive a git dependency
This commit is contained in:
parent
94872e00a5
commit
94e0d38c2d
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue