From 15e7531f3c1f7e1a26f56627dd4ba050163894cd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 4 Jun 2023 18:34:02 +0200 Subject: [PATCH] pve: bump version to 0.8.2 Signed-off-by: Thomas Lamprecht --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 6 ++++++ pve-rs/debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 8dd3282..4d7a1c7 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.1" +version = "0.8.2" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 260a0e5..918f288 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,9 @@ +libpve-rs-perl (0.8.2) bookworm; urgency=medium + + * update proxmox-apt which updated repositories info for bookworm + + -- Proxmox Support Team Sun, 04 Jun 2023 18:33:42 +0200 + libpve-rs-perl (0.8.1) bookworm; urgency=medium * bump proxmox-apt,http,openid,subscription,sys crates to their bookworm diff --git a/pve-rs/debian/control b/pve-rs/debian/control index a7ad9e2..bcff9cf 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -15,7 +15,7 @@ Build-Depends: cargo:native , librust-openssl-0.10+default-dev (>= 0.10.40-~~), librust-perlmod-0.13+default-dev, librust-perlmod-0.13+exporter-dev, - librust-proxmox-apt-0.10+default-dev, + librust-proxmox-apt-0.10+default-dev (>= 0.10.1~), librust-proxmox-http-0.9+client-sync-dev, librust-proxmox-http-0.9+client-trait-dev, librust-proxmox-http-0.9+default-dev,