mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-03 18:06:48 +00:00
bump api-macro to 0.1.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1992abf96e
commit
66d9d43cd4
@ -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]
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user