File: drop-windows

package info (click to toggle)
rust-seize 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: seize/Cargo.toml
===================================================================
--- seize.orig/Cargo.toml
+++ seize/Cargo.toml
@@ -68,15 +68,9 @@ version = "0.9.8"
 [features]
 default = ["fast-barrier"]
 fast-barrier = [
-    "windows-sys",
     "libc",
 ]
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = ["Win32_System_Threading"]
-optional = true
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 priority = 0