forked from Proxmox/proxmox
bump proxmox-compression to 0.2.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5b55ea797a
commit
16d512b4d9
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-compression"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,10 @@
|
||||
rust-proxmox-compression (0.2.1-1) bookworm; urgency=medium
|
||||
|
||||
* improve error handling in zip_directory to allow skipping un-zippable file
|
||||
types
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 15 Jun 2023 10:59:02 +0200
|
||||
|
||||
rust-proxmox-compression (0.2.0-1) bookworm; urgency=medium
|
||||
|
||||
* update to zstd 0.12
|
||||
|
@ -60,8 +60,8 @@ Provides:
|
||||
librust-proxmox-compression-0+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})
|
||||
librust-proxmox-compression-0.2.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-compression-0.2.1+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.
|
||||
|
Loading…
Reference in New Issue
Block a user