bump proxmox-schema dep to 1.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
53aa06e411
commit
c01fbafae0
@ -7,7 +7,7 @@ description = "REST server implementation"
|
||||
|
||||
# for example
|
||||
[dev-dependencies]
|
||||
proxmox-schema = { version = "1.2", features = [ "api-macro" ] }
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] }
|
||||
|
||||
[dependencies]
|
||||
@ -37,6 +37,6 @@ proxmox-io = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-http = { version = "0.6", features = [ "client" ] }
|
||||
proxmox-router = "1.1"
|
||||
proxmox-schema = { version = "1.2", features = [ "api-macro", "upid-api-impl" ] }
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = "0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user