File: relax-deps.diff

package info (click to toggle)
rust-zstd-sys 2.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ansic: 62; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: zstd-sys/Cargo.toml
===================================================================
--- zstd-sys.orig/Cargo.toml
+++ zstd-sys/Cargo.toml
@@ -80,7 +80,7 @@ path = "src/lib.rs"
 doctest = false
 
 [build-dependencies.bindgen]
-version = "0.72"
+version = ">= 0.72, <1"
 features = ["runtime"]
 
 [build-dependencies.pkg-config]