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.
38 lines
760 B
38 lines
760 B
--- ripgrep-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ ripgrep-0.7.1/Cargo.toml 2017-11-30T23:35:59.399691+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"
|
|
@@ -69,7 +69,7 @@
|
|
version = "2"
|
|
|
|
[dependencies.lazy_static]
|
|
-version = "0.2"
|
|
+version = "1"
|
|
|
|
[dependencies.env_logger]
|
|
version = "0.4"
|
|
@@ -87,11 +87,9 @@
|
|
version = "2.26"
|
|
|
|
[build-dependencies.lazy_static]
|
|
-version = "0.2"
|
|
+version = "1"
|
|
|
|
[features]
|
|
-simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]
|
|
-avx-accel = ["bytecount/avx-accel"]
|
|
[badges.travis-ci]
|
|
repository = "BurntSushi/ripgrep"
|
|
|