bump pve-rs to 0.6.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-03-01 10:38:06 +01:00
parent 4beb35701b
commit 698f0e6f8a
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pve-rs"
version = "0.5.1"
version = "0.6.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,11 @@
libpve-rs-perl (0.6.0) bullseye; urgency=medium
* update to perlmod 0.12
* provide Proxmox::RS::CalendarEvent instead of PVE::RS::CalendarEvent
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2022 10:36:53 +0100
libpve-rs-perl (0.5.1) bullseye; urgency=medium
* update OpenID Connect dependency, avoiding linking with curl and all its

View File

@ -37,7 +37,10 @@ Depends:
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Breaks: libpve-access-control (<< 7.1-3)
Breaks:
libpve-access-control (<< 7.1-3),
libpve-common-perl (<< 7.1-4),
pve-manager (<< 7.1-11),
Description: PVE parts which have been ported to Rust - Rust source code
This package contains the source for the Rust pve-rs crate, packaged by
debcargo for use with cargo and dh-cargo.