mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 13:14:42 +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]
|
[package]
|
||||||
name = "proxmox-api-macro"
|
name = "proxmox-api-macro"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
||||||
|
|
||||||
[lib]
|
[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
|
rust-proxmox-api-macro (0.1.0) proxmox-rust; urgency=medium
|
||||||
|
|
||||||
* Initial packaging.
|
* Initial packaging.
|
||||||
|
@ -27,7 +27,7 @@ Provides:
|
|||||||
librust-proxmox-api-macro-0+default-dev (= ${binary:Version}),
|
librust-proxmox-api-macro-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.1-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.1.0-dev (= ${binary:Version}),
|
librust-proxmox-api-macro-0.1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.1.0+default-dev (= ${binary:Version}),
|
librust-proxmox-api-macro-0.1.1+default-dev (= ${binary:Version}),
|
||||||
Description: Proxmox API Macro library - Rust source code
|
Description: Proxmox API Macro library - Rust source code
|
||||||
This package contains the source for the Rust proxmox-api-macro crate.
|
This package contains the source for the Rust proxmox-api-macro crate.
|
||||||
|
Loading…
Reference in New Issue
Block a user