cargo: use default-features
Fixes the compile-time warning: warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition (in the `proxmox-router` dependency) Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
da72994faf
commit
1a76efc616
@ -69,7 +69,7 @@ proxmox-notify = "0.4"
|
||||
proxmox-openid = "0.10.0"
|
||||
proxmox-rest-server = { version = "0.5.1", features = [ "templates" ] }
|
||||
# some use "cli", some use "cli" and "server", pbs-config uses nothing
|
||||
proxmox-router = { version = "2.0.0", default_features = false }
|
||||
proxmox-router = { version = "2.0.0", default-features = false }
|
||||
proxmox-rrd = { version = "0.1" }
|
||||
# everything but pbs-config and pbs-client use "api-macro"
|
||||
proxmox-schema = "3"
|
||||
|
Loading…
Reference in New Issue
Block a user