Cargo.toml: drop features in 'patch' section

the features array does not need to be repeated here

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-08-26 11:41:41 +02:00
parent dbda1513c5
commit 6838b75904
1 changed files with 3 additions and 3 deletions

View File

@ -106,9 +106,9 @@ pbs-tools = { path = "pbs-tools" }
# Local path overrides # Local path overrides
# NOTE: You must run `cargo update` after changing this for it to take effect! # NOTE: You must run `cargo update` after changing this for it to take effect!
[patch.crates-io] [patch.crates-io]
#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } #proxmox = { path = "../proxmox/proxmox" }
#proxmox-http = { path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } #proxmox-http = { path = "../proxmox/proxmox-http" }
#pxar = { path = "../pxar", features = [ "tokio-io" ] } #pxar = { path = "../pxar" }
[features] [features]
default = [] default = []