mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
regex: migrate grep-regex to regex-automata
We just do a "basic" dumb migration. We don't try to improve anything here.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -200,6 +200,7 @@ dependencies = [
|
||||
"grep-matcher",
|
||||
"log",
|
||||
"regex",
|
||||
"regex-automata 0.3.0",
|
||||
"regex-syntax",
|
||||
"thread_local",
|
||||
]
|
||||
|
Reference in New Issue
Block a user