File: remove-windows.diff

package info (click to toggle)
rust-core-affinity 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,10 +42,3 @@
 
 [target.'cfg(any(target_os = "android", target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "netbsd"))'.dependencies.libc]
 version = "^0.2.30"
-
-[target.'cfg(target_os = "windows")'.dependencies.winapi]
-version = "^0.3.9"
-features = [
-    "processthreadsapi",
-    "winbase",
-]