bump api macro to 0.1.8

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-04-29 10:44:52 +02:00
parent 83d9d3e165
commit c329cedb02
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox-api-macro" name = "proxmox-api-macro"
edition = "2018" edition = "2018"
version = "0.1.7" version = "0.1.8"
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ] authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
license = "AGPL-3" license = "AGPL-3"
description = "Proxmox API macro" description = "Proxmox API macro"

View File

@ -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 rust-proxmox-api-macro (0.1.7-1) proxmox-rust; urgency=medium
* replace failure with anyhow crate * replace failure with anyhow crate

View File

@ -44,7 +44,7 @@ url = "2.1"
#regex, serde, serde_json #regex, serde, serde_json
# Macro crates: # 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" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
[features] [features]