summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-log/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domain/imag-log/Cargo.toml')
-rw-r--r--bin/domain/imag-log/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml
index 5ca9e3d5..f3c407db 100644
--- a/bin/domain/imag-log/Cargo.toml
+++ b/bin/domain/imag-log/Cargo.toml
@@ -34,7 +34,7 @@ libimagdiary = { version = "0.7.0", path = "../../../lib/domain/libimagdiary" }
libimaglog = { version = "0.7.0", path = "../../../lib/domain/libimaglog" }
[dependencies.clap]
-version = ">=2.29"
+version = "^2.29"
default-features = false
-features = ["color", "suggestions"]
+features = ["color", "suggestions", "wrap_help"]