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.5/Cargo.toml 1969-12-31T16:00:00-08:00
+++ walkdir-2.2.5/Cargo.toml 2018-09-07T13:47:15.764608-07:00
@@ -39,12 +39,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"