File: relax_bindgen.patch

package info (click to toggle)
rust-libxml 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: xml: 239; ansic: 45; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -101,7 +101,7 @@ version = "0.7.0"
 version = "1.0.0"
 
 [build-dependencies.bindgen]
-version = "0.72"
+version = ">=0.72, <1.0"
 features = ["runtime"]
 default-features = false