cargo: disable default-features for proxmox

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-20 17:53:08 +02:00
parent 39f12a8c05
commit 606eac1db7
2 changed files with 1 additions and 3 deletions

View File

@ -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"] }

2
debian/control vendored
View File

@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 12),
librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
librust-openssl-0.10+default-dev <!nocheck>,
librust-proxmox-0.12+api-macro-dev <!nocheck>,
librust-proxmox-0.12+default-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
@ -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: