1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-29 21:47:42 +02:00

grep: bump grep-searcher to 0.1.10

This was a result of leaving a stray 'dbg!'.
This commit is contained in:
Andrew Gallant 2022-07-15 10:06:31 -04:00
parent 33b81cac48
commit db0b92b62d
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
grep-printer = { version = "0.1.6", path = "../printer" }
grep-regex = { version = "0.1.10", path = "../regex" }
grep-searcher = { version = "0.1.9", path = "../searcher" }
grep-searcher = { version = "0.1.10", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"