proxmox: bump api-macro version dependency

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-30 12:45:51 +01:00
parent 39566afb15
commit 468bc44c68

View File

@ -44,7 +44,7 @@ url = "2.1"
#regex, serde, serde_json
# Macro crates:
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.2" }
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.3" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" }
[features]