bump api-macro dependency to 0.3.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-10 10:17:28 +01:00
parent 93fc851a29
commit cc8f071153

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.3.1" }
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.3.2" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
[features]