From 3663ae825538907f34f4b45e4928e03d1184cc23 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 14:30:10 +0200 Subject: [PATCH] async: bump to 0.4.2 Signed-off-by: Wolfgang Bumiller --- proxmox-async/Cargo.toml | 2 +- proxmox-async/debian/changelog | 8 ++++++++ proxmox-async/debian/control | 21 ++++++++++----------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/proxmox-async/Cargo.toml b/proxmox-async/Cargo.toml index c482c7a5..669ae08b 100644 --- a/proxmox-async/Cargo.toml +++ b/proxmox-async/Cargo.toml @@ -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 diff --git a/proxmox-async/debian/changelog b/proxmox-async/debian/changelog index 67e17689..90294aaa 100644 --- a/proxmox-async/debian/changelog +++ b/proxmox-async/debian/changelog @@ -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 Thu, 20 Jun 2024 14:29:41 +0200 + rust-proxmox-async (0.4.1) unstable; urgency=medium * add SenderWriter diff --git a/proxmox-async/debian/control b/proxmox-async/debian/control index 0ed83858..517244bd 100644 --- a/proxmox-async/debian/control +++ b/proxmox-async/debian/control @@ -10,9 +10,9 @@ Build-Depends: debhelper (>= 12), 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-~~) , @@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 12), libssl-dev , uuid-dev Maintainer: Proxmox Support Team -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"