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.4.2-fix-metadata.diff

22 lines
471 B

--- ignore-0.4.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ignore-0.4.2/Cargo.toml 2018-06-12T09:46:25.275719+02:00
@@ -41,7 +41,7 @@
version = "2"
[dependencies.regex]
-version = "0.2.9"
+version = "1"
[dependencies.same-file]
version = "1"
@@ -53,9 +53,3 @@
version = "2"
[dev-dependencies.tempdir]
version = "0.3.5"
-
-[features]
-simd-accel = ["globset/simd-accel"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]