mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-31 12:12:00 -07:00
Fix deps so that others can build it.
This commit is contained in:
@@ -16,5 +16,5 @@ license = "Unlicense/MIT"
|
||||
[dependencies]
|
||||
memchr = "0.1"
|
||||
memmap = "0.2"
|
||||
regex = { version = "0.1", path = "/home/andrew/rust/regex" }
|
||||
regex-syntax = { version = "0.3.1", path = "/home/andrew/rust/regex/regex-syntax" }
|
||||
regex = "0.1.75"
|
||||
regex-syntax = "0.3.5"
|
||||
|
Reference in New Issue
Block a user