proxmox: bump api-macro dep to 0.3.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-24 09:38:32 +01:00
parent 1f6a2a66c9
commit bd4f9a313b

View File

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