From f3fd79be1352cce2c9370f82aafe2305ba104269 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 29 Jun 2022 09:44:42 +0200 Subject: [PATCH] bump proxmox-sys dep to 0.3.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 e838cd25..0a9c948c 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -22,4 +22,4 @@ serde_cbor = "0.11.1" #proxmox = { version = "0.15.3" } proxmox-time = "1" proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } -proxmox-sys = "0.3" \ No newline at end of file +proxmox-sys = "0.3.1" \ No newline at end of file