File: fix-build.patch

package info (click to toggle)
rust-x11rb 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,624 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
only in patch2:
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,3 +75,3 @@
 [dependencies.libloading]
-version = "0.8.0"
+version = "0"
 optional = true
@@ -216,4 +216,1 @@
 ]
-
-[target."cfg(not(unix))".dependencies.gethostname]
-version = "0.4"