proxmox: fix proxmox-sys dependency version

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-15 15:56:06 +01:00
parent dc40196c32
commit 0ecf1abf3c

View File

@ -14,7 +14,7 @@ exclude = [ "debian" ]
[dependencies]
proxmox-api = { path = "../proxmox-api", default-features = false, version = "0.1.2" }
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.1" }
proxmox-sys = { path = "../proxmox-sys", version = "0.1.1" }
proxmox-sys = { path = "../proxmox-sys", version = "0.1.2" }
proxmox-tools = { path = "../proxmox-tools", version = "0.1.2" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" }