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

16 lines
404 B

--- walkdir-2.2.8/Cargo.toml 1970-01-01T00:00:00+00:00
+++ walkdir-2.2.8/Cargo.toml 2019-06-20T09:27:39.445642+00:00
@@ -43,12 +43,6 @@
[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"