summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 18:03:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 18:03:46 -0400
commit1a2a24ea74c1081f492804b2682e9fc0788fb75f (patch)
treec1682604a81132498c9949be6a0a58f20c829739 /Cargo.toml
parentd66610b295f503b0faca3d3874fb49be254aeae8 (diff)
grep: release 0.2.4grep-0.2.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 46687eb5..3e49fcb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ members = [
[dependencies]
bstr = "0.1.2"
-grep = { version = "0.2.3", path = "grep" }
+grep = { version = "0.2.4", path = "grep" }
ignore = { version = "0.4.7", path = "ignore" }
lazy_static = "1.1.0"
log = "0.4.5"