From 0376c3b50b2932b9ed919730e7a64a49b13e5e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 5 Sep 2022 12:55:33 +0200 Subject: [PATCH] build: more missing features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit these would cause failures when building the sub-crates directly from their sub-directory. Signed-off-by: Fabian Grünbichler --- proxmox-rest-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 42c25acf..97400a2b 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -40,4 +40,4 @@ proxmox-http = { version = "0.6.4", features = [ "client" ] } proxmox-router = "1.2.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" -proxmox-sys = { version = "0.4", features = [ "logrotate" ] } +proxmox-sys = { version = "0.4", features = [ "logrotate", "timer" ] }