You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
549 B
25 lines
549 B
--- ripgrep-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ ripgrep-0.7.1/Cargo.toml 2017-11-13T19:08:07.316443+01:00
|
|
@@ -57,10 +57,10 @@
|
|
version = "0.1.7"
|
|
|
|
[dependencies.memmap]
|
|
-version = "0.5"
|
|
+version = "0.6"
|
|
|
|
[dependencies.bytecount]
|
|
-version = "0.1.4"
|
|
+version = "0.2"
|
|
|
|
[dependencies.num_cpus]
|
|
version = "1"
|
|
@@ -90,8 +90,6 @@
|
|
version = "0.2"
|
|
|
|
[features]
|
|
-simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]
|
|
-avx-accel = ["bytecount/avx-accel"]
|
|
[badges.travis-ci]
|
|
repository = "BurntSushi/ripgrep"
|
|
|