From f8ced99b904c7687ae0886c3b8f114a162017306 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 21 Nov 2016 08:49:12 +0100 Subject: [PATCH] imag-store: Set clap version to >= 2.17 --- imag-store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml index c23a0201..e2a58339 100644 --- a/imag-store/Cargo.toml +++ b/imag-store/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" codegen-units = 2 [dependencies] -clap = "2.*" +clap = ">=2.17" log = "0.3" version = "2.0.1" semver = "0.5"