bump proxmox-api-macro to 0.5.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-08-30 10:45:10 +02:00
parent 14bd81fbc4
commit cb96de1c4d
3 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,3 +1,10 @@
rust-proxmox-api-macro (0.5.1-1) stable; urgency=medium
* allow external `returns` specification on methods, refereincing a
`ReturnType`.
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Aug 2021 10:44:21 +0200
rust-proxmox-api-macro (0.5.0-1) stable; urgency=medium
* for non structs without Updater types and methods, `type: Foo` can now be

View File

@ -37,8 +37,8 @@ Provides:
librust-proxmox-api-macro-0+default-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.5-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.5+default-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.5.0-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.5.0+default-dev (= ${binary:Version})
librust-proxmox-api-macro-0.5.1-dev (= ${binary:Version}),
librust-proxmox-api-macro-0.5.1+default-dev (= ${binary:Version})
Description: Proxmox API macro - Rust source code
This package contains the source for the Rust proxmox-api-macro crate, packaged
by debcargo for use with cargo and dh-cargo.