summaryrefslogtreecommitdiffstats
path: root/crates/pcre2
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-17 18:28:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 19:24:53 -0500
commit0874aa115c92f102a6ec474944f589667463fcd0 (patch)
treecd88b34bbc4fe58bf70a9ef0556245f53d4e1d50 /crates/pcre2
parentfdd8510fdda6109c562e479c718d42c8ecc26263 (diff)
repo: make ripgrep build with the new organization
Diffstat (limited to 'crates/pcre2')
-rw-r--r--crates/pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index 8b907106..924943d5 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -13,5 +13,5 @@ keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
[dependencies]
-grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.2", path = "../matcher" }
pcre2 = "0.2.0"