summaryrefslogtreecommitdiffstats
path: root/libimagentryselect
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-22 11:37:27 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-23 12:44:43 +0200
commite05328f69c9c7e5276e782c66ad96be3a9dfd9bd (patch)
treed788920fc27dc24c63daacb175e0f8d6e2fe9fbd /libimagentryselect
parentc434e1cd293a22d45ff8575810b4a770ac2cce08 (diff)
Fix dependency spec
Diffstat (limited to 'libimagentryselect')
-rw-r--r--libimagentryselect/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagentryselect/Cargo.toml b/libimagentryselect/Cargo.toml
index 96c2d12a..19424a2c 100644
--- a/libimagentryselect/Cargo.toml
+++ b/libimagentryselect/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
-clap = "2."
+clap = "2.*"
log = "0.3"
interactor = "0.1"