mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -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]
|
[build-dependencies]
|
||||||
clap = "2.18"
|
clap = "2.18"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
regex = "0.2.1"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
avx-accel = ["bytecount/avx-accel"]
|
avx-accel = ["bytecount/avx-accel"]
|
||||||
|
Reference in New Issue
Block a user