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...

19 lines
560 B

--- remove_dir_all-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ remove_dir_all-0.7.0/Cargo.toml 2021-05-19T13:12:48.032737+00:00
@@ -32,15 +32,3 @@
version = "3.1"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.log]
-version = "0.4.11"
-
-[target."cfg(windows)".dependencies.num_cpus]
-version = "1.13"
-
-[target."cfg(windows)".dependencies.rayon]
-version = "1.4"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]