diff --git a/proxmox-async/Cargo.toml b/proxmox-async/Cargo.toml index e2da3a84..9e383034 100644 --- a/proxmox-async/Cargo.toml +++ b/proxmox-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-async" -version = "0.3.1" +version = "0.3.2" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-async/debian/changelog b/proxmox-async/debian/changelog index c008e081..ffedad93 100644 --- a/proxmox-async/debian/changelog +++ b/proxmox-async/debian/changelog @@ -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 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 diff --git a/proxmox-async/debian/control b/proxmox-async/debian/control index fdda723c..19d46c29 100644 --- a/proxmox-async/debian/control +++ b/proxmox-async/debian/control @@ -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.