summaryrefslogtreecommitdiffstats
path: root/rust/rust-meta/findshlibs-fix-metadata.diff
blob: 92660c649b568772844d25a645318e06b337b9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- findshlibs-0.10.2/Cargo.toml	1970-01-01T00:00:00+00:00
+++ findshlibs-0.10.2/Cargo.toml	2022-04-14T19:58:42.065992+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"]