diff --git a/Cargo.toml b/Cargo.toml index 238454b2..6f4509be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ clippy = { version = "~0.0.166", optional = true } atty = { version = "0.2.2", optional = true } vec_map = { version = "0.8", 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] ansi_term = { version = "0.11.0", optional = true }