From 8291d9ed81b496abe6293354b456a50ac25a3c4c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 13 Apr 2022 08:19:00 +0200 Subject: [PATCH] schema: bump api macro to 1.0.2 for the streaming attribute Signed-off-by: Wolfgang Bumiller --- proxmox-schema/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 19d35e21..cdc7257b 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -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 = []