From 606eac1db7ba8e5955b7d1136a41fe4c038d21cd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 20 Jul 2021 17:53:08 +0200 Subject: [PATCH] cargo: disable default-features for proxmox Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdce2a15..67fab8eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ path = "src/lib.rs" anyhow = "1.0" once_cell = "1.3.1" openssl = "0.10" -proxmox = { version = "0.12.0", features = [ "api-macro" ] } +proxmox = { version = "0.12.0", default-features = false, features = [ "api-macro" ] } serde = { version = "1.0", features = ["derive"] } diff --git a/debian/control b/debian/control index 37556354..9296456e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 12), librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-openssl-0.10+default-dev , librust-proxmox-0.12+api-macro-dev , - librust-proxmox-0.12+default-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev Maintainer: Proxmox Support Team @@ -29,7 +28,6 @@ Depends: librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev, librust-proxmox-0.12+api-macro-dev, - librust-proxmox-0.12+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev Provides: