forked from proxmox-mirrors/proxmox
bump proxmox-async to 0.3.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d0a3e38006
commit
175648763d
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-async"
|
name = "proxmox-async"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -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
|
rust-proxmox-async (0.3.1) unstable; urgency=medium
|
||||||
|
|
||||||
* fix #3618: proxmox-async: zip: add conditional EFS flag to zip files
|
* fix #3618: proxmox-async: zip: add conditional EFS flag to zip files
|
||||||
|
@ -65,8 +65,8 @@ Provides:
|
|||||||
librust-proxmox-async-0+default-dev (= ${binary:Version}),
|
librust-proxmox-async-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-async-0.3-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-async-0.3.1-dev (= ${binary:Version}),
|
librust-proxmox-async-0.3.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-async-0.3.1+default-dev (= ${binary:Version})
|
librust-proxmox-async-0.3.2+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox async/tokio helpers - Rust source code
|
Description: Proxmox async/tokio helpers - Rust source code
|
||||||
This package contains the source for the Rust proxmox-async crate, packaged by
|
This package contains the source for the Rust proxmox-async crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user