From e0f649d79a6757e5284f6e5c6e46388e98e6c9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 15 Dec 2018 14:24:43 +1300 Subject: [PATCH] Update clap version out of lock file, fixes #76 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c730b37..f6198bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ notify = "4.0" mktemp = "0.3.1" [dependencies.clap] -version = "2.26" +version = "2.32.0" default-features = false features = ["wrap_help"]