summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-view/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:17:43 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:17:43 +0200
commitb59c234588c2fdd3f8e3d4fb91a145a277db8598 (patch)
tree574d85ee95de8e4c6eaa0fcda3abdcb3891e9d79 /bin/core/imag-view/Cargo.toml
parentc27dc79afe2ed2d978515dbcb737b0927783027b (diff)
Use clap "^2.29" instead of ">=2.29"
Diffstat (limited to 'bin/core/imag-view/Cargo.toml')
-rw-r--r--bin/core/imag-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml
index 6f3452bc..70a556d8 100644
--- a/bin/core/imag-view/Cargo.toml
+++ b/bin/core/imag-view/Cargo.toml
@@ -34,7 +34,7 @@ libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror"
libimagentryview = { version = "0.7.0", path = "../../../lib/entry/libimagentryview" }
[dependencies.clap]
-version = ">=2.29"
+version = "^2.29"
default-features = false
features = ["color", "suggestions"]