summaryrefslogtreecommitdiffstats
path: root/imag-counter/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-11-05 13:22:55 +0100
committerGitHub <noreply@github.com>2016-11-05 13:22:55 +0100
commit002c50a39e2a4e9426b0f8cc4bc7cc0d7ed8d599 (patch)
tree89e69422eb01e3fb35ff10cdf54c01d8ce4d9b47 /imag-counter/Cargo.toml
parenta6a7e43b39979a276243807ac7569ef04e13f9db (diff)
parentdc196793e9780e2319a620d3cc099b8b96c75bef (diff)
Merge pull request #826 from matthiasbeyer/clap-completion
Bake in shell-compl generation
Diffstat (limited to 'imag-counter/Cargo.toml')
-rw-r--r--imag-counter/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml
index 1c7968b7..80fdedad 100644
--- a/imag-counter/Cargo.toml
+++ b/imag-counter/Cargo.toml
@@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
codegen-units = 2
[dependencies]
-clap = "2.*"
+clap = ">=2.17"
log = "0.3"
version = "2.0.1"