bump proxmox crate to 0.1.22-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-04-17 18:38:06 +02:00
parent 95403224c5
commit c45c291f18
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.1.21"
version = "0.1.22"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
@ -44,8 +44,8 @@ url = "2.1"
#regex, serde, serde_json
# Macro crates:
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.5" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" }
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.7" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
[features]
default = [ "router", "cli" ]

View File

@ -1,3 +1,9 @@
rust-proxmox (0.1.22-1) unstable; urgency=medium
* replace failure with anyhow crate
-- Proxmox Support Team <support@proxmox.com> Fri, 17 Apr 2020 18:36:52 +0200
rust-proxmox (0.1.21-1) unstable; urgency=medium
* add access permission framework