From e207a84d932f34fa66448373d62fbcaa83496388 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 16 Dec 2021 11:08:44 +0100 Subject: [PATCH] bump proxmox-schema to 1.1 Signed-off-by: Wolfgang Bumiller --- proxmox-rrd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 3e47ea00..12641ff6 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -21,5 +21,5 @@ serde_cbor = "0.11.1" #proxmox = { version = "0.15.3" } proxmox-time = "1" -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-sys = "0.2" \ No newline at end of file