proxmox: correctly depend on proxmox-api-macro 0.3

This commit is contained in:
Dietmar Maurer 2020-12-22 08:06:02 +01:00
parent f6e7463ec1
commit b53de8b7c0
2 changed files with 7 additions and 1 deletions

View File

@ -50,7 +50,7 @@ url = "2.1"
#regex, serde, serde_json
# Macro crates:
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2" }
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.3" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
[features]

View File

@ -1,3 +1,9 @@
rust-proxmox (0.9.0-2) unstable; urgency=medium
* correctly depend on proxmox-api-macro 0.3
-- Proxmox Support Team <support@proxmox.com> Tue, 22 Dec 2020 08:05:44 +0100
rust-proxmox (0.9.0-1) UNRELEASED; urgency=medium
* `ApiMethod.returns` is now a `router::ReturnType` rather than a direct