From 4f2a7d971b1e50722c5f10755acb8cfe45c060ba Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 23 May 2023 11:47:09 +0200 Subject: [PATCH] bump proxmox-compression to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-compression/Cargo.toml | 2 +- proxmox-compression/debian/changelog | 8 ++++++++ proxmox-compression/debian/control | 8 ++++---- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51f9e3af..c082cfae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ zstd = { version = "0.12", features = [ "bindgen" ] } # workspace dependencies proxmox-api-macro = { version = "1.0.4", path = "proxmox-api-macro" } proxmox-async = { version = "0.4.1", path = "proxmox-async" } -proxmox-compression = { version = "0.1.1", path = "proxmox-compression" } +proxmox-compression = { version = "0.2.0", path = "proxmox-compression" } proxmox-http = { version = "0.8.0", path = "proxmox-http" } proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } diff --git a/proxmox-compression/Cargo.toml b/proxmox-compression/Cargo.toml index 2b795993..26d85f72 100644 --- a/proxmox-compression/Cargo.toml +++ b/proxmox-compression/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-compression" -version = "0.1.2" +version = "0.2.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-compression/debian/changelog b/proxmox-compression/debian/changelog index b62715f6..d73f7444 100644 --- a/proxmox-compression/debian/changelog +++ b/proxmox-compression/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-compression (0.2.0-1) bookworm; urgency=medium + + * update to zstd 0.12 + + * rebuild for Debian 12 bookworm based series + + -- Proxmox Support Team Tue, 23 May 2023 11:46:12 +0200 + rust-proxmox-compression (0.1.2-1) stable; urgency=medium * make ZstdEncoder more generic over the error type diff --git a/proxmox-compression/debian/control b/proxmox-compression/debian/control index ab283ae1..97b7bab0 100644 --- a/proxmox-compression/debian/control +++ b/proxmox-compression/debian/control @@ -58,10 +58,10 @@ Provides: librust-proxmox-compression+default-dev (= ${binary:Version}), librust-proxmox-compression-0-dev (= ${binary:Version}), librust-proxmox-compression-0+default-dev (= ${binary:Version}), - librust-proxmox-compression-0.1-dev (= ${binary:Version}), - librust-proxmox-compression-0.1+default-dev (= ${binary:Version}), - librust-proxmox-compression-0.1.2-dev (= ${binary:Version}), - librust-proxmox-compression-0.1.2+default-dev (= ${binary:Version}) + librust-proxmox-compression-0.2-dev (= ${binary:Version}), + librust-proxmox-compression-0.2+default-dev (= ${binary:Version}), + librust-proxmox-compression-0.2.0-dev (= ${binary:Version}), + librust-proxmox-compression-0.2.0+default-dev (= ${binary:Version}) Description: Contains compression utilitites (such as an Zip Encoder for async rust) - Rust source code This package contains the source for the Rust proxmox-compression crate, packaged by debcargo for use with cargo and dh-cargo.