File: relax_bindgen.patch

package info (click to toggle)
rust-libxml 0.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 508 kB
  • sloc: xml: 114; ansic: 7; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,10 +97,9 @@
 version = "1.0.0"
 
 [build-dependencies.bindgen]
-version = "0.71"
+version = ">=0.72, <1.0"
 features = [
     "runtime",
-    "which-rustfmt",
 ]
 default-features = false