mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-02 10:20:50 +00:00
bump proxmox-api-macro to 0.5.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
14bd81fbc4
commit
cb96de1c4d
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-api-macro"
|
name = "proxmox-api-macro"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
description = "Proxmox API macro"
|
description = "Proxmox API macro"
|
||||||
|
@ -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
|
rust-proxmox-api-macro (0.5.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* for non structs without Updater types and methods, `type: Foo` can now be
|
* for non structs without Updater types and methods, `type: Foo` can now be
|
||||||
|
@ -37,8 +37,8 @@ Provides:
|
|||||||
librust-proxmox-api-macro-0+default-dev (= ${binary:Version}),
|
librust-proxmox-api-macro-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.5-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.5.0-dev (= ${binary:Version}),
|
librust-proxmox-api-macro-0.5.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.5.0+default-dev (= ${binary:Version})
|
librust-proxmox-api-macro-0.5.1+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox API macro - Rust source code
|
Description: Proxmox API macro - Rust source code
|
||||||
This package contains the source for the Rust proxmox-api-macro crate, packaged
|
This package contains the source for the Rust proxmox-api-macro crate, packaged
|
||||||
by debcargo for use with cargo and dh-cargo.
|
by debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user