mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
Remove regex build-dependency in Cargo.toml
This commit is contained in:
committed by
Andrew Gallant
parent
adff43fbb4
commit
33ec988d70
@@ -45,7 +45,6 @@ termcolor = { version = "0.3.0", path = "termcolor" }
|
||||
[build-dependencies]
|
||||
clap = "2.18"
|
||||
lazy_static = "0.2"
|
||||
regex = "0.2.1"
|
||||
|
||||
[features]
|
||||
avx-accel = ["bytecount/avx-accel"]
|
||||
|
Reference in New Issue
Block a user