]> git.proxmox.com Git - proxmox.git/commitdiff
api-macro: fix dev-dep versions
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 Mar 2021 10:20:23 +0000 (11:20 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 Mar 2021 10:20:23 +0000 (11:20 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-api-macro/Cargo.toml

index 7b7666c2ea0a5f24a0bc5ddbe67792ccc346037c..52aaa47c3cddcb47313c1e486fb29f78a648e453 100644 (file)
@@ -19,7 +19,7 @@ syn = { version = "1.0", features = [ "extra-traits", "full", "visit-mut" ] }
 
 [dev-dependencies]
 futures = "0.3"
-proxmox = { version = "0.10.1", path = "../proxmox", features = [ "test-harness", "api-macro" ] }
+proxmox = { version = "0.11.0", path = "../proxmox", features = [ "test-harness", "api-macro" ] }
 serde = "1.0"
 serde_derive = "1.0"
 serde_json = "1.0"