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: