From a5e7f176f18bf61ae2117091de1d323be598c79d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 21 Nov 2016 09:20:43 -0500 Subject: [PATCH] Use clap ~2.18.0. This is to ensure that we don't silently update a minor version of clap, which could include a breaking change. (An update to 2.19 should be done soon.) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9357b7d..848b89c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ path = "tests/tests.rs" [dependencies] bytecount = "0.1.4" -clap = "2.18" +clap = "~2.18.0" ctrlc = "2.0" env_logger = "0.3" grep = { version = "0.1.4", path = "grep" }