File: relax-deps.patch

package info (click to toggle)
dwarf2sources 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: makefile: 5
file content (16 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,9 +9,9 @@ edition = "2018"
 anyhow = "1.0"
 serde = { version = "1", features = ["derive"] }
 serde_json = "1.0"
-gimli = "0.27"
-fallible-iterator = "0.2"
+gimli = ">= 0.27"
+fallible-iterator = "0"
 memmap2 = "0.9"
-object = { version = "0.30", features = [ "std", "compression" ] }
+object = { version = ">= 0.30", features = [ "std", "compression" ] }
 typed-arena = "2"
-structopt = "0.3"
+structopt = ">= 0.3"