File: remove-win-dep.diff

package info (click to toggle)
rust-quinn-udp 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 132 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Cargo.toml b/Cargo.toml
index a825eef..af8e4ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,9 +39,6 @@ version = "0.4"
 [dependencies.tracing]
 version = "0.1.10"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.0"
-features = ["Win32_Networking_WinSock"]
 
 [badges.maintenance]
 status = "experimental"