diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 5ba8a21..dc04520 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.5.1" +version = "0.6.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 99b2a89..868adad 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -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 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 diff --git a/pve-rs/debian/control b/pve-rs/debian/control index d5fa406..24495c3 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -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.