proxmox-router: depend on proxmox-async 0.4.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-04-12 14:24:27 +02:00
parent 61d6541ce2
commit 930bb59d84

View File

@ -25,7 +25,7 @@ libc = { version = "0.2", optional = true }
proxmox-lang = { path = "../proxmox-lang", version = "1.1" }
proxmox-schema = { path = "../proxmox-schema", version = "1.1" }
proxmox-async = { path = "../proxmox-async", version = "0.4" }
proxmox-async = { path = "../proxmox-async", version = "0.4.1" }
[features]
default = [ "cli" ]