From 59589f15c7eb14aa5fcb8702ce7bfbb5bbe72fcb Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:42:29 +0200 Subject: [PATCH] Upgrade clap dependency to 2.* --- imag-tag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index a2c14f01..edba38c5 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Matthias Beyer "] [dependencies] -clap = "2.1.1" +clap = "2.*" log = "0.3" version = "2.0.1" semver = "0.2.1"