mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-12 19:39:25 +00:00
bump proxmox-async to 0.3.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8bf293bfc5
commit
41862eeb95
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-async"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-async (0.3.3) unstable; urgency=medium
|
||||
|
||||
* add net::udp::connect() helper
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 02 Feb 2022 12:57:41 +0100
|
||||
|
||||
rust-proxmox-async (0.3.2) unstable; urgency=medium
|
||||
|
||||
* replace RawWaker with the Wake trait from std, fixes a refcount leak
|
||||
|
@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-time-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+fs-dev <!nocheck>,
|
||||
librust-tokio-1+net-dev <!nocheck>,
|
||||
librust-tokio-1+rt-dev <!nocheck>,
|
||||
librust-tokio-1+rt-multi-thread-dev <!nocheck>,
|
||||
librust-tokio-1+sync-dev <!nocheck>,
|
||||
@ -53,6 +54,7 @@ Depends:
|
||||
librust-proxmox-time-1+default-dev,
|
||||
librust-tokio-1+default-dev,
|
||||
librust-tokio-1+fs-dev,
|
||||
librust-tokio-1+net-dev,
|
||||
librust-tokio-1+rt-dev,
|
||||
librust-tokio-1+rt-multi-thread-dev,
|
||||
librust-tokio-1+sync-dev,
|
||||
@ -65,8 +67,8 @@ Provides:
|
||||
librust-proxmox-async-0+default-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.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-async-0.3.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-async-0.3.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-async-0.3.3+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.
|
||||
|
Loading…
Reference in New Issue
Block a user