From 37bceef04e4817fd423427e762f04ad9a4bd4c7c Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:40:15 +0200 Subject: [PATCH] Upgrade clap dependency to 2.* --- libimagentryselect/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryselect/Cargo.toml b/libimagentryselect/Cargo.toml index 58e885fc..96c2d12a 100644 --- a/libimagentryselect/Cargo.toml +++ b/libimagentryselect/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Matthias Beyer "] [dependencies] -clap = "2" +clap = "2." log = "0.3" interactor = "0.1"