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

25 lines
561 B

--- walkdir-2.2.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ walkdir-2.2.7/Cargo.toml 2019-06-09T08:02:10.540613+00:00
@@ -29,7 +29,7 @@
version = "1.0.1"
[dev-dependencies.quickcheck]
-version = "0.7"
+version = "0.8"
default-features = false
[dev-dependencies.rand]
6 years ago
@@ -40,12 +40,6 @@
7 years ago
[dev-dependencies.serde_derive]
version = "1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
[badges.appveyor]
repository = "BurntSushi/walkdir"