mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 08:42:16 +00:00
bump proxmox-api-macro version to 0.2.3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0f802c8667
commit
0c816fe383
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-api-macro"
|
name = "proxmox-api-macro"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
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,13 @@
|
|||||||
|
rust-proxmox-api-macro (0.2.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* api macro: reuse generated default const for "unwrap_or" instead of adding
|
||||||
|
a closure which returned the default value inline. This allows one to
|
||||||
|
define optional params with a default as non-option type in a API handler
|
||||||
|
signature without getting a warning that the const generated for that
|
||||||
|
default is now unused.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Sat, 31 Oct 2020 08:38:18 +0100
|
||||||
|
|
||||||
rust-proxmox-api-macro (0.2.2-1) unstable; urgency=medium
|
rust-proxmox-api-macro (0.2.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* api-macro: replace ident hashmap with simple find
|
* api-macro: replace ident hashmap with simple find
|
||||||
|
Loading…
Reference in New Issue
Block a user