pbs-config: drop default-features on proxmox-router dep

we don't need the 'cli' feature in there

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-10-12 13:11:06 +02:00
parent 7ccbce03d3
commit 27709b49d5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ serde_json = "1.0"
proxmox = "0.14.0" proxmox = "0.14.0"
proxmox-lang = "1" proxmox-lang = "1"
proxmox-router = "1" proxmox-router = { version = "1", default-features = false }
proxmox-schema = "1" proxmox-schema = "1"
proxmox-section-config = "1" proxmox-section-config = "1"
proxmox-time = "1" proxmox-time = "1"