bump proxmox-async to 0.4.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-04-12 14:22:09 +02:00
parent 9471ba9969
commit 27c8106d7b
3 changed files with 9 additions and 3 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox-async (0.4.1) unstable; urgency=medium
* add SenderWriter
-- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2022 14:21:53 +0200
rust-proxmox-async (0.4.0) unstable; urgency=medium rust-proxmox-async (0.4.0) unstable; urgency=medium
* use io error macros from proxmox-lang 1.1 instead of proxmox-sys * use io error macros from proxmox-lang 1.1 instead of proxmox-sys

View File

@ -51,8 +51,8 @@ Provides:
librust-proxmox-async-0+default-dev (= ${binary:Version}), librust-proxmox-async-0+default-dev (= ${binary:Version}),
librust-proxmox-async-0.4-dev (= ${binary:Version}), librust-proxmox-async-0.4-dev (= ${binary:Version}),
librust-proxmox-async-0.4+default-dev (= ${binary:Version}), librust-proxmox-async-0.4+default-dev (= ${binary:Version}),
librust-proxmox-async-0.4.0-dev (= ${binary:Version}), librust-proxmox-async-0.4.1-dev (= ${binary:Version}),
librust-proxmox-async-0.4.0+default-dev (= ${binary:Version}) librust-proxmox-async-0.4.1+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.