From 66d9d43cd4fbbd236500be2f5d7e69ceab34fe28 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 8 Jan 2020 11:29:15 +0100 Subject: [PATCH] bump api-macro to 0.1.1 Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/Cargo.toml | 2 +- proxmox-api-macro/debian/changelog | 8 ++++++++ proxmox-api-macro/debian/control | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index 645d9fbc..06286244 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api-macro" edition = "2018" -version = "0.1.0" +version = "0.1.1" authors = [ "Wolfgang Bumiller " ] [lib] diff --git a/proxmox-api-macro/debian/changelog b/proxmox-api-macro/debian/changelog index 0b886b85..9a17bed2 100644 --- a/proxmox-api-macro/debian/changelog +++ b/proxmox-api-macro/debian/changelog @@ -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 Wed, 08 Jan 2020 11:03:31 +0100 + rust-proxmox-api-macro (0.1.0) proxmox-rust; urgency=medium * Initial packaging. diff --git a/proxmox-api-macro/debian/control b/proxmox-api-macro/debian/control index 6ed7ee9e..7fde4faa 100644 --- a/proxmox-api-macro/debian/control +++ b/proxmox-api-macro/debian/control @@ -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.