From 93b7b0343febf1b95df6ebba893824088480c155 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Thu, 14 Sep 2017 19:25:55 -0400 Subject: [PATCH] Pin clap dep, closes #61 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d0683b..6da118c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ notify = "4.0" mktemp = "0.3.1" [dependencies.clap] -version = "~2.26" +version = "2.26" default-features = false features = ["wrap_help"]