File: remove-windows-deps.patch

package info (click to toggle)
rust-os-pipe 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Cargo.toml b/Cargo.toml
index e493236..b7bc0a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,10 +55,3 @@ path = "src/bin/swap.rs"
 [target."cfg(not(windows))".dependencies.libc]
 version = "0.2.62"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Pipes",
-    "Win32_Security",
-]