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

10 lines
336 B

--- libloading-0.6.5/Cargo.toml 2020-10-23T14:23:55+00:00
+++ libloading-0.6.5/Cargo.toml 2020-11-12T11:22:56.030504+00:00
@@ -31,6 +31,3 @@
version = "1.1"
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror", "errhandlingapi", "libloaderapi"]