forked from proxmox-mirrors/proxmox
bump api macro to 0.1.8
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
83d9d3e165
commit
c329cedb02
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-api-macro"
|
||||
edition = "2018"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
||||
license = "AGPL-3"
|
||||
description = "Proxmox API macro"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-api-macro (0.1.8-1) proxmox-rust; urgency=medium
|
||||
|
||||
* add descriptions to enum variants
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 29 Apr 2020 10:45:50 +0200
|
||||
|
||||
rust-proxmox-api-macro (0.1.7-1) proxmox-rust; urgency=medium
|
||||
|
||||
* replace failure with anyhow crate
|
||||
|
@ -44,7 +44,7 @@ url = "2.1"
|
||||
#regex, serde, serde_json
|
||||
|
||||
# Macro crates:
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.7" }
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.8" }
|
||||
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user