From 75796e3275ba1a10308b5cf8f995bf82aa3c4acd Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 21 Jul 2022 15:01:20 +0200 Subject: [PATCH] common: depend on next pve-rs/pmg-rs bump Signed-off-by: Wolfgang Bumiller --- common/pkg/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pkg/debian/control b/common/pkg/debian/control index 4669118..adc10c2 100644 --- a/common/pkg/debian/control +++ b/common/pkg/debian/control @@ -16,7 +16,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, - libpve-rs-perl (>= 0.6.2) | libpmg-rs-perl (>= 0.5.1), + libpve-rs-perl (>= 0.7.0) | libpmg-rs-perl (>= 0.6.0), Breaks: libpve-rs-perl (<< 0.6.0) Replaces: libpve-rs-perl (<< 0.6.0) Description: PVE/PMG common parts which have been ported to Rust - Perl packages