diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index afd50f4..f9e3291 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.5" +version = "0.8.6" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] @@ -33,7 +33,7 @@ url = "2" perlmod = { version = "0.13", features = [ "exporter" ] } -proxmox-apt = "0.10" +proxmox-apt = "0.10.6" proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] } proxmox-http-error = "0.1.0" proxmox-notify = "0.2" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 72c5daf..b7d0d4a 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,4 +1,10 @@ -libpve-rs-perl (0.8.5) UNRELEASED; urgency=medium +libpve-rs-perl (0.8.6) bookworm; urgency=medium + + * re-build with newer proxmox-apt depenceny to make Ceph Reef repo available + + -- Proxmox Support Team Tue, 05 Sep 2023 15:37:44 +0200 + +libpve-rs-perl (0.8.5) bookworm; urgency=medium * add PVE::RS::Notify module