mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
Fix deps so that others can build it.
This commit is contained in:
@@ -30,10 +30,10 @@ memchr = "0.1"
|
||||
memmap = "0.2"
|
||||
num_cpus = "1"
|
||||
parking_lot = "0.3"
|
||||
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"
|
||||
rustc-serialize = "0.3"
|
||||
term = { version = "0.4", path = "/home/andrew/clones/term" }
|
||||
term = "0.4"
|
||||
thread_local = "0.2"
|
||||
walkdir = "0.1"
|
||||
|
||||
|
Reference in New Issue
Block a user