From 0874aa115c92f102a6ec474944f589667463fcd0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 17 Feb 2020 18:28:09 -0500 Subject: repo: make ripgrep build with the new organization --- crates/pcre2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/pcre2') 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" -- cgit v1.2.3