From 27c8106d7b512719610f1d44d7245799815c63a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 12 Apr 2022 14:22:09 +0200 Subject: [PATCH] bump proxmox-async to 0.4.1 Signed-off-by: Wolfgang Bumiller --- proxmox-async/Cargo.toml | 2 +- proxmox-async/debian/changelog | 6 ++++++ proxmox-async/debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/proxmox-async/Cargo.toml b/proxmox-async/Cargo.toml index 186f8729..8622d4c5 100644 --- a/proxmox-async/Cargo.toml +++ b/proxmox-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-async" -version = "0.4.0" +version = "0.4.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-async/debian/changelog b/proxmox-async/debian/changelog index 9397620f..67e17689 100644 --- a/proxmox-async/debian/changelog +++ b/proxmox-async/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-async (0.4.1) unstable; urgency=medium + + * add SenderWriter + + -- Proxmox Support Team Tue, 12 Apr 2022 14:21:53 +0200 + rust-proxmox-async (0.4.0) unstable; urgency=medium * use io error macros from proxmox-lang 1.1 instead of proxmox-sys diff --git a/proxmox-async/debian/control b/proxmox-async/debian/control index a1cc22af..903858ae 100644 --- a/proxmox-async/debian/control +++ b/proxmox-async/debian/control @@ -51,8 +51,8 @@ Provides: librust-proxmox-async-0+default-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.0-dev (= ${binary:Version}), - librust-proxmox-async-0.4.0+default-dev (= ${binary:Version}) + librust-proxmox-async-0.4.1-dev (= ${binary:Version}), + librust-proxmox-async-0.4.1+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.