summaryrefslogtreecommitdiffstats
path: root/imag-notes
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-notes
parenta6a7e43b39979a276243807ac7569ef04e13f9db (diff)
parentdc196793e9780e2319a620d3cc099b8b96c75bef (diff)
Merge pull request #826 from matthiasbeyer/clap-completion
Bake in shell-compl generation
Diffstat (limited to 'imag-notes')
-rw-r--r--imag-notes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index 39ec0f71..c7ef71a3 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/Cargo.toml
@@ -18,7 +18,7 @@ codegen-units = 2
[dependencies]
semver = "0.2.1"
-clap = "2.*"
+clap = ">=2.17"
log = "0.3"
version = "2.0.1"
itertools = "0.5"