proxmox-async: bump version to 0.3.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e4974b9891
commit
1d72829310
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-async"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-async (0.3.1) unstable; urgency=medium
|
||||
|
||||
* fix #3618: proxmox-async: zip: add conditional EFS flag to zip files
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 12 Jan 2022 15:46:48 +0100
|
||||
|
||||
rust-proxmox-async (0.3.0) unstable; urgency=medium
|
||||
|
||||
* rebuild using proxmox-sys 0.2.0
|
||||
|
@ -65,8 +65,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.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-async-0.3.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-async-0.3.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-async-0.3.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.
|
||||
|
Loading…
Reference in New Issue
Block a user