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-ignore/ignore-0.3.1-fix-metadata.diff

17 lines
345 B

--- ignore-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ignore-0.3.1/Cargo.toml 2017-11-10T16:22:43.742369+01:00
@@ -37,7 +37,7 @@
version = "0.3.2"
[dependencies.crossbeam]
-version = "0.2"
+version = "0.3"
[dependencies.regex]
version = "0.2.1"
@@ -57,4 +57,3 @@
version = "0.3.5"
[features]
-simd-accel = ["globset/simd-accel"]