From 40aae0593a021fec32d74cdf69cba3bf026df526 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 13:40:37 +0200 Subject: [PATCH] bump proxmox-sys dep to 0.4 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70265a5a..39f901a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ native-tls = "0.2" url = "2.1" proxmox-time = "1" -proxmox-sys = "0.3" +proxmox-sys = { version = "0.4", features = ["timer"] }