repo: make ripgrep build with the new organization

This commit is contained in:
Andrew Gallant
2020-02-17 18:28:09 -05:00
parent fdd8510fdd
commit 0874aa115c
8 changed files with 41 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ license = "Unlicense/MIT"
[dependencies]
aho-corasick = "0.7.3"
bstr = "0.2.10"
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-matcher = { version = "0.1.2", path = "../matcher" }
log = "0.4.5"
regex = "1.1"
regex-syntax = "0.6.5"