File: relax-bindgen.diff

package info (click to toggle)
rust-openssl-sys 0.9.109-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: ansic: 117; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Relax bindgen dependency to allow any 0.x version greater than 0.69.

Index: openssl-sys/Cargo.toml
===================================================================
--- openssl-sys.orig/Cargo.toml
+++ openssl-sys/Cargo.toml
@@ -35,7 +35,7 @@ openssl = "1.0.1"
 version = "0.2"
 
 [build-dependencies.bindgen]
-version = "0.69.0"
+version = ">= 0.69, < 1.0"
 features = ["experimental"]
 optional = true