File: drop-windows.patch

package info (click to toggle)
rust-gix-path 0.10.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 549 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
diff --git a/Cargo.toml b/Cargo.toml
index 0282ac3..46376ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,16 +62,6 @@ version = "3"
 [target.'cfg(not(target_family = "wasm"))'.dependencies.home]
 version = "0.5.5"
 
-[target."cfg(windows)".dev-dependencies.known-folders]
-version = "1.3.1"
-
-[target."cfg(windows)".dev-dependencies.windows]
-version = "0.61.3"
-features = ["Win32_System_Threading"]
-
-[target."cfg(windows)".dev-dependencies.winreg]
-version = "0.55.0"
-
 [lints.clippy]
 bool_to_int_with_if = "allow"
 borrow_as_ptr = "allow"