From 1aeae3e22da4e9ffa78ece485369e7a24744b2d4 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 4 Nov 2016 21:12:08 -0400 Subject: [PATCH] update ripgrep --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7bf1de79..6e171451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ripgrep" -version = "0.2.5" +version = "0.2.6" dependencies = [ "ctrlc 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",