bump proxmox-async to 0.3.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-02 12:58:13 +01:00
parent 8bf293bfc5
commit 41862eeb95
3 changed files with 11 additions and 3 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox-async (0.3.3) unstable; urgency=medium
* add net::udp::connect() helper
-- Proxmox Support Team <support@proxmox.com> Wed, 02 Feb 2022 12:57:41 +0100
rust-proxmox-async (0.3.2) unstable; urgency=medium
* replace RawWaker with the Wake trait from std, fixes a refcount leak

View File

@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 12),
librust-proxmox-time-1+default-dev <!nocheck>,
librust-tokio-1+default-dev <!nocheck>,
librust-tokio-1+fs-dev <!nocheck>,
librust-tokio-1+net-dev <!nocheck>,
librust-tokio-1+rt-dev <!nocheck>,
librust-tokio-1+rt-multi-thread-dev <!nocheck>,
librust-tokio-1+sync-dev <!nocheck>,
@ -53,6 +54,7 @@ Depends:
librust-proxmox-time-1+default-dev,
librust-tokio-1+default-dev,
librust-tokio-1+fs-dev,
librust-tokio-1+net-dev,
librust-tokio-1+rt-dev,
librust-tokio-1+rt-multi-thread-dev,
librust-tokio-1+sync-dev,
@ -65,8 +67,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.2-dev (= ${binary:Version}),
librust-proxmox-async-0.3.2+default-dev (= ${binary:Version})
librust-proxmox-async-0.3.3-dev (= ${binary:Version}),
librust-proxmox-async-0.3.3+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.