bump proxmox-sys to 0.2.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-11-29 11:32:29 +01:00
parent 35ecf9a551
commit 30e99fef5b
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-sys"
version = "0.2.1"
version = "0.2.2"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,14 @@
rust-proxmox-sys (0.2.2) stable; urgency=medium
* update sortable-macro to 0.1.2, drop requirement for the identity macro
* deprecate identity macro, to be removed with 0.3.0
* fix a warning potentially generated by the io_bail_last macro on newer
compilers
-- Proxmox Support Team <support@proxmox.com> Mon, 29 Nov 2021 11:32:35 +0100
rust-proxmox-sys (0.2.1) stable; urgency=medium
* proxmox-sys: import pipe() function from pbs-toos/src/io.rs