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-findshlibs/SOURCES/findshlibs-fix-metadata.diff

12 lines
468 B

--- findshlibs-0.10.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ findshlibs-0.10.2/Cargo.toml 2022-04-20T18:18:00.934891+00:00
@@ -24,8 +24,3 @@
version = "0.2.104"
[build-dependencies.cc]
version = "1.0.67"
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
-version = "1.4"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3.9"
-features = ["psapi", "memoryapi", "libloaderapi", "processthreadsapi"]