async: bump to 0.4.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-06-20 14:30:10 +02:00
parent 0e17606caf
commit 3663ae8255
3 changed files with 19 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-async"
version = "0.4.1"
version = "0.4.2"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-async (0.4.2) bookworm; urgency=medium
* the runtime module's block_on is now relaxed a bit since tokio's block_on
and block_in_place functions should no longer panic when called within the
main thread or the single-threaded runtime
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 14:29:41 +0200
rust-proxmox-async (0.4.1) unstable; urgency=medium
* add SenderWriter

View File

@ -10,9 +10,9 @@ Build-Depends: debhelper (>= 12),
librust-futures-0.3+default-dev <!nocheck>,
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
librust-pin-utils-0.1+default-dev <!nocheck>,
librust-proxmox-io-1+default-dev <!nocheck>,
librust-proxmox-io-1+tokio-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-proxmox-io-1+default-dev (>= 1.1.0-~~) <!nocheck>,
librust-proxmox-io-1+tokio-dev (>= 1.1.0-~~) <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.3-~~) <!nocheck>,
librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-1+net-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-1+rt-dev (>= 1.6-~~) <!nocheck>,
@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 12),
libssl-dev <!nocheck>,
uuid-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
X-Cargo-Crate: proxmox-async
@ -36,9 +36,9 @@ Depends:
librust-futures-0.3+default-dev,
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-pin-utils-0.1+default-dev,
librust-proxmox-io-1+default-dev,
librust-proxmox-io-1+tokio-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-io-1+default-dev (>= 1.1.0-~~),
librust-proxmox-io-1+tokio-dev (>= 1.1.0-~~),
librust-proxmox-lang-1+default-dev (>= 1.3-~~),
librust-tokio-1+default-dev (>= 1.6-~~),
librust-tokio-1+net-dev (>= 1.6-~~),
librust-tokio-1+rt-dev (>= 1.6-~~),
@ -52,8 +52,7 @@ 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.1-dev (= ${binary:Version}),
librust-proxmox-async-0.4.1+default-dev (= ${binary:Version})
librust-proxmox-async-0.4.2-dev (= ${binary:Version}),
librust-proxmox-async-0.4.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.
Source code for Debianized Rust crate "proxmox-async"