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

20 lines
549 B

--- remove_dir_all-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ remove_dir_all-0.8.2/Cargo.toml 2023-11-04T23:50:51.144272+00:00
@@ -101,16 +101,3 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.aligned]
-version = "0.4.1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
- "Win32_System_IO",
- "Win32_System_Ioctl",
- "Win32_System_SystemServices",
- "Win32_System_Threading",
-]