File: remove-windows.patch

package info (click to toggle)
rust-async-io 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 396 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -163,12 +163,6 @@
 [target.'cfg(target_os = "linux")'.dev-dependencies.timerfd]
 version = "1"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.0"
-features = ["Win32_Foundation"]
-
-[target."cfg(windows)".dev-dependencies.uds_windows]
-version = "1"
 
 [lints.rust.unexpected_cfgs]
 level = "warn"