File: disable-non-linux.patch

package info (click to toggle)
rust-hyper-util 0.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 840 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,4 +70,0 @@
-client-proxy-system = [
-    "dep:system-configuration",
-    "dep:windows-registry",
-]
@@ -79,1 +79,0 @@
-    "client-proxy-system",
@@ -243,1 +243,1 @@
-[target.'cfg(target_os = "macos")'.dependencies.system-configuration]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.system-configuration]
@@ -247,1 +247,1 @@
-[target."cfg(windows)".dependencies.windows-registry]
+[disabled.target."cfg(windows)".dependencies.windows-registry]