From 27709b49d5f15356243b54251f8d6cc2241979ad Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 12 Oct 2021 13:11:06 +0200 Subject: [PATCH] pbs-config: drop default-features on proxmox-router dep we don't need the 'cli' feature in there Signed-off-by: Wolfgang Bumiller --- pbs-config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index 49d4cf6f..1e9d8ce1 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" proxmox = "0.14.0" proxmox-lang = "1" -proxmox-router = "1" +proxmox-router = { version = "1", default-features = false } proxmox-schema = "1" proxmox-section-config = "1" proxmox-time = "1"