From 94e0d38c2de94b7304f927a43ea3de20f44386b3 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 23 Jul 2018 15:51:57 -0400 Subject: [PATCH] chore: makes clap_derive a git dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }