1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-11-29 05:57:07 +02:00

grep-searcher: release 0.1.4

This commit is contained in:
Andrew Gallant
2019-04-15 17:59:22 -04:00
parent 79018eb693
commit 36d3f235dc
4 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ serde1 = ["base64", "serde", "serde_derive", "serde_json"]
base64 = { version = "0.10.0", optional = true }
bstr = "0.1.2"
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
grep-searcher = { version = "0.1.4", path = "../grep-searcher" }
termcolor = "1.0.4"
serde = { version = "1.0.77", optional = true }
serde_derive = { version = "1.0.77", optional = true }