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

10 lines
397 B

--- remove_dir_all-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ remove_dir_all-0.5.2/Cargo.toml 2019-06-20T10:30:08.981194+00:00
@@ -23,6 +23,3 @@
repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]