File: remove-win-deps.diff

package info (click to toggle)
rust-async-signal 0.2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -91,20 +91,3 @@
 
 [target."cfg(unix)".dev-dependencies.libc]
 version = "0.2.139"
-
-[target."cfg(windows)".dependencies.async-lock]
-version = "3.3.0"
-
-[target."cfg(windows)".dependencies.atomic-waker]
-version = "1.1.1"
-
-[target."cfg(windows)".dependencies.slab]
-version = "0.4.8"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.61"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Console",
-]
-default-features = false