From 8967854c94fdb052573299a7de87202f658def47 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 23 Feb 2017 14:22:53 +0100 Subject: [PATCH] Make clap version more specific --- libimagentrylist/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 794cd814..39859a54 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -clap = "2.*" +clap = ">=2.17" log = "0.3" toml = "0.2.*" prettytable-rs = "0.6.*"