Merge pull request #907 from matthiasbeyer/clap-bump

Make clap version more specific
This commit is contained in:
Matthias Beyer 2017-02-23 14:41:45 +01:00 committed by GitHub
commit f3af9e0ac4

View file

@ -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.*"