summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:38:33 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:38:33 +0200
commit6d6ccd29cacec70bbb44de93c1a71b1fd646efa6 (patch)
treeb6ef2416c750b664bcf8fec59b6402f8b71fd434 /imag-todo
parentd7cca218240f095e67e75b08c8bc233d7aec3f99 (diff)
Upgrade clap dependency to 2.*
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml
index 0580c74f..540de4e4 100644
--- a/imag-todo/Cargo.toml
+++ b/imag-todo/Cargo.toml
@@ -4,7 +4,7 @@ name = "imag-todo"
version = "0.1.0"
[dependencies]
-clap = "2.4.3"
+clap = "2.*"
glob = "0.2.11"
log = "0.3.6"
semver = "0.2.3"