]> git.proxmox.com Git - proxmox.git/commitdiff
schema: bump api macro to 1.0.2 for the streaming attribute
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Apr 2022 06:19:00 +0000 (08:19 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Apr 2022 06:19:00 +0000 (08:19 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-schema/Cargo.toml

index 19d35e21a2cc34fd200d7382601d8d8dc449cbfe..cdc7257bbc850ddef8b2973e2a89d23770ead363 100644 (file)
@@ -20,12 +20,12 @@ textwrap = "0.11"
 libc = { version = "0.2", optional = true }
 nix = { version = "0.19", optional = true }
 
-proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "1.0.0" }
+proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "1.0.2" }
 
 [dev-dependencies]
 url = "2.1"
 serde = { version = "1.0", features = [ "derive" ] }
-proxmox-api-macro = { path = "../proxmox-api-macro", version = "1.0.0" }
+proxmox-api-macro = { path = "../proxmox-api-macro", version = "1.0.2" }
 
 [features]
 default = []