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.
20 lines
432 B
20 lines
432 B
--- ripgrep-11.0.1/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ ripgrep-11.0.1/Cargo.toml 2019-06-27T06:59:54.367815+00:00
|
|
@@ -43,7 +43,7 @@
|
|
name = "integration"
|
|
path = "tests/tests.rs"
|
|
[dependencies.bstr]
|
|
-version = "0.1.2"
|
|
+version = "0.2.0"
|
|
|
|
[dependencies.clap]
|
|
version = "2.32.0"
|
|
@@ -88,7 +88,6 @@
|
|
|
|
[features]
|
|
pcre2 = ["grep/pcre2"]
|
|
-simd-accel = ["grep/simd-accel"]
|
|
[badges.appveyor]
|
|
repository = "BurntSushi/ripgrep"
|
|
|