]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
cargo: more flexible versioned dependencies
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Mar 2021 11:15:03 +0000 (12:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Mar 2021 11:15:03 +0000 (12:15 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/control

index 5293aa47ea0e460c74b3099a03f57ccf1058c5f0..88449fafed9dd383366c9153ebc30b64c8759585 100644 (file)
@@ -10,8 +10,8 @@ homepage = "https://www.proxmox.com"
 exclude = [ "build", "debian" ]
 
 [dependencies]
-clap = "2.32.0"
+clap = "2.32"
 failure = "0.1.5"
-flate2 = "1.0.6"
+flate2 = "1.0"
 libc = "0.2.48"
 time = "0.1.42"
index bce39b4917de2916f53bc368528e4e8ec9c81a6f..5f790faa81962c33a4f37d35edeb93a0998141da 100644 (file)
@@ -6,9 +6,9 @@ Build-Depends: debhelper (>= 11),
  cargo:native,
  rustc:native,
  libstd-rust-dev,
- librust-clap-2+default-dev (>= 2.32.0-~~),
+ librust-clap-2+default-dev (>= 2.32-~~),
  librust-failure-0.1+default-dev (>= 0.1.5-~~),
- librust-flate2-1+default-dev (>= 1.0.6-~~),
+ librust-flate2-1+default-dev,
  librust-libc-0.2+default-dev (>= 0.2.48-~~),
  librust-time-0.1+default-dev (>= 0.1.42-~~),
  faketime