bump proxmox-async to 0.3.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-01-20 10:09:11 +01:00
parent d0a3e38006
commit 175648763d
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-async"
version = "0.3.1"
version = "0.3.2"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-async (0.3.2) unstable; urgency=medium
* replace RawWaker with the Wake trait from std, fixes a refcount leak
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jan 2022 10:08:25 +0100
rust-proxmox-async (0.3.1) unstable; urgency=medium
* fix #3618: proxmox-async: zip: add conditional EFS flag to zip files

View File

@ -65,8 +65,8 @@ Provides:
librust-proxmox-async-0+default-dev (= ${binary:Version}),
librust-proxmox-async-0.3-dev (= ${binary:Version}),
librust-proxmox-async-0.3+default-dev (= ${binary:Version}),
librust-proxmox-async-0.3.1-dev (= ${binary:Version}),
librust-proxmox-async-0.3.1+default-dev (= ${binary:Version})
librust-proxmox-async-0.3.2-dev (= ${binary:Version}),
librust-proxmox-async-0.3.2+default-dev (= ${binary:Version})
Description: Proxmox async/tokio helpers - Rust source code
This package contains the source for the Rust proxmox-async crate, packaged by
debcargo for use with cargo and dh-cargo.