1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-12-15 06:06:12 +02:00

grep-matcher: release 0.1.2

This commit is contained in:
Andrew Gallant
2019-04-15 17:53:29 -04:00
parent 8e8215aa65
commit e493e54b9b
7 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
aho-corasick = "0.7.3"
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
log = "0.4.5"
regex = "1.1"
regex-syntax = "0.6.5"