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.
rust-ripgrep/ripgrep-fix-metadata.diff

22 lines
465 B

--- ripgrep-0.10.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ripgrep-0.10.0/Cargo.toml 2018-09-09T00:13:34.769746+02:00
@@ -46,7 +46,7 @@
default-features = false
[dependencies.grep]
-version = "0.2.2"
+version = "0.2.3"
[dependencies.ignore]
version = "0.4.4"
@@ -82,9 +82,7 @@
version = "1.1.0"
[features]
-avx-accel = ["grep/avx-accel"]
pcre2 = ["grep/pcre2"]
-simd-accel = ["grep/simd-accel"]
[badges.appveyor]
repository = "BurntSushi/ripgrep"