File: remove-windows-dependencies.patch

package info (click to toggle)
rust-gix-sec 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,18 +67,6 @@
 [target."cfg(not(windows))".dependencies.libc]
 version = "0.2.176"
 
-[target."cfg(windows)".dependencies.gix-path]
-version = "^0.10.21"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.61.1"
-features = [
-    "Win32_Foundation",
-    "Win32_Security_Authorization",
-    "Win32_Storage_FileSystem",
-    "Win32_System_Memory",
-    "Win32_System_Threading",
-]
 
 [lints.clippy]
 bool_to_int_with_if = "allow"