File: windows.patch

package info (click to toggle)
rust-fslock 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 9
file content (12 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,9 +26,6 @@
 [target."cfg(unix)".dependencies.libc]
 version = "^0.2.66"
 default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "^0.3.8"
-features = ["minwindef", "minwinbase", "winbase", "errhandlingapi", "winerror", "winnt", "synchapi", "handleapi", "fileapi", "processthreadsapi"]
 [badges.maintenance]
 status = "passively-maintained"