From 5cb4bb9ea05bc0b9df79b355e4d67cfcfed8f129 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 14 Mar 2017 15:09:11 -0400 Subject: [PATCH] bump ripgrep version in Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5d11c809..a94776fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ripgrep" -version = "0.4.0" +version = "0.5.0" dependencies = [ "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytecount 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",