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"