mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-15 12:13:50 -07:00
deps: use pcre2 0.2.0
This comes with PCRE 10.32 and a few new options we'll use in subsequent commits.
This commit is contained in:
@@ -14,4 +14,4 @@ license = "Unlicense/MIT"
|
||||
|
||||
[dependencies]
|
||||
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
|
||||
pcre2 = "0.1.1"
|
||||
pcre2 = "0.2.0"
|
||||
|
Reference in New Issue
Block a user