mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-03 21:56:18 +00:00
set "default-features = false" for proxmox crate
This commit is contained in:
parent
8286806a19
commit
4f90d7009d
@ -21,6 +21,6 @@ serde_json = "1.0"
|
||||
url = "2.1"
|
||||
http = "0.2"
|
||||
curl = { version = "0.4.33" }
|
||||
proxmox = { version = "0.11.5", features = [ "sortable-macro", "api-macro" ] }
|
||||
proxmox = { version = "0.11.5", default-features = false, features = [ "sortable-macro", "api-macro" ] }
|
||||
nix = "0.19.1"
|
||||
openidconnect = { version = "2.0", default-features = false, features = ["curl"] }
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -45,10 +45,10 @@ Provides:
|
||||
librust-proxmox-openid+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.2.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-openid-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.3.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.3.0+default-dev (= ${binary:Version})
|
||||
Description: Rust crate "proxmox-openid" - Rust source code
|
||||
This package contains the source for the Rust proxmox-openid crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
|
Loading…
Reference in New Issue
Block a user