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

26 lines
498 B

--- ignore-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ignore-0.3.1/Cargo.toml 2017-11-30T19:29:33.212907+01:00
@@ -28,7 +28,7 @@
name = "ignore"
bench = false
[dependencies.lazy_static]
-version = "0.2"
+version = "1"
[dependencies.same-file]
version = "1"
@@ -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"]