File: remove-win-sys-deps.diff

package info (click to toggle)
rust-if-addrs 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/Cargo.toml b/Cargo.toml
index 4cb1ddc..789cd93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,11 +24,3 @@ repository = "https://github.com/messense/if-addrs"
 
 [dependencies.libc]
 version = "0.2"
-
-[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
-version = "0.42.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Networking_WinSock",
-    "Win32_NetworkManagement_IpHelper",
-]