File: remove-network-interface.patch

package info (click to toggle)
rust-xh 0.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,588 kB
  • sloc: sh: 242; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove unavailable dep network-interface, not used on Linux
Forwarded: not-needed
Last-Update: 2025-01-24
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -315,3 +315,3 @@
 ]
-network-interface = ["dep:network-interface"]
+network-interface = [] # ["dep:network-interface"]
 online-tests = []
@@ -324,3 +324,3 @@
 
-[target."cfg(not(any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\")))".dependencies.network-interface]
+[disabled.target."cfg(not(any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\")))".dependencies.network-interface]
 version = "1.0.0"