File: winapi3.patch

package info (click to toggle)
rust-mio-0.6 0.6.23-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,11 +61,3 @@ version = "0.3.2"
 version = "0.3.2"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.54"
-[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.2.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.2.6"