1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-02 20:45:38 +02:00

grep: bump 'grep-regex' and 'grep-searcher'

To 0.1.10 and 0.1.9, respectively.
This commit is contained in:
Andrew Gallant 2022-07-15 10:02:41 -04:00
parent 78a35d4d43
commit d53506b7f7
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -18,8 +18,8 @@ grep-cli = { version = "0.1.6", path = "../cli" }
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.9", path = "../regex" }
grep-searcher = { version = "0.1.8", path = "../searcher" }
grep-regex = { version = "0.1.10", path = "../regex" }
grep-searcher = { version = "0.1.9", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"