mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 18:18:17 +00:00
grep: bump grep-searcher to 0.1.10
This was a result of leaving a stray 'dbg!'.
This commit is contained in:
parent
33b81cac48
commit
db0b92b62d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue