mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 07:36:01 +00:00
proxmox: loosen version requirement to api macro crate
allow updates of minor api-macro releases, breaking ones should get the first or second version tuple bumped anyway. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
63b9f31c7b
commit
0f802c8667
@ -50,7 +50,7 @@ url = "2.1"
|
||||
#regex, serde, serde_json
|
||||
|
||||
# Macro crates:
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2.2" }
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2" }
|
||||
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user