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

14 lines
385 B

--- libloading-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libloading-0.8.1/Cargo.toml 2023-10-24T10:29:41.445939+00:00
@@ -43,10 +43,3 @@
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_System_Diagnostics_Debug",
- "Win32_System_LibraryLoader",
-]