File: relax-deps.diff

package info (click to toggle)
rust-zstd-sys 2.0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: ansic: 57; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,10 +51,9 @@
 doctest = false
 
 [build-dependencies.bindgen]
-version = "0.69"
+version = ">=0.72, <1"
 features = [
     "runtime",
-    "which-rustfmt",
 ]
 
 [build-dependencies.pkg-config]