mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 14:44:02 +00:00
proxmox: fix proxmox-sys dependency version
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
dc40196c32
commit
0ecf1abf3c
@ -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" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user