File: disable-windows.diff

package info (click to toggle)
rust-listenfd 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: makefile: 19
file content (16 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,13 +52,3 @@
 
 [target."cfg(not(windows))".dependencies.libc]
 version = "0.2.40"
-
-[target."cfg(windows)".dependencies.uuid]
-version = "1.0.0"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.4"
-features = [
-    "winsock2",
-    "processthreadsapi",
-]