File: disable-windows.diff

package info (click to toggle)
rust-thread-id 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,3 @@
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.147"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = ["Win32_System_Threading"]