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
338 B

5 years ago
--- libloading-0.6.3/Cargo.toml 2020-08-24T01:29:39+00:00
+++ libloading-0.6.3/Cargo.toml 2020-08-26T01:30:57.364650+00:00
@@ -32,6 +32,3 @@
version = "1.1"
[target."cfg(unix)".dependencies.cfg-if]
version = "0.1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror", "errhandlingapi", "libloaderapi"]