bump api-macro to 0.1.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-08 11:29:15 +01:00
parent 1992abf96e
commit 66d9d43cd4
3 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-api-macro"
edition = "2018"
version = "0.1.0"
version = "0.1.1"
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
[lib]

View File

@ -1,3 +1,11 @@
rust-proxmox-api-macro (0.1.1) proxmox-rust; urgency=medium
* cover all the basic struct support in the #[api] macro
* support #[serde(rename_all)] on enums and structs
-- Proxmox Support Team <support@proxmox.com> Wed, 08 Jan 2020 11:03:31 +0100
rust-proxmox-api-macro (0.1.0) proxmox-rust; urgency=medium
* Initial packaging.

View File

@ -27,7 +27,7 @@ Provides:
librust-proxmox-api-macro-0+default-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.1-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.1+default-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.1.0-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.1.0+default-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.1.1-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.1.1+default-dev (= ${binary:Version}),
Description: Proxmox API Macro library - Rust source code
This package contains the source for the Rust proxmox-api-macro crate.