From 6838b75904571cf310a120e6468d14561dd48c8b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 26 Aug 2021 11:41:41 +0200 Subject: [PATCH] Cargo.toml: drop features in 'patch' section the features array does not need to be repeated here Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b213eab5c..fa0fc1173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,9 +106,9 @@ pbs-tools = { path = "pbs-tools" } # Local path overrides # NOTE: You must run `cargo update` after changing this for it to take effect! [patch.crates-io] -#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } -#proxmox-http = { path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } -#pxar = { path = "../pxar", features = [ "tokio-io" ] } +#proxmox = { path = "../proxmox/proxmox" } +#proxmox-http = { path = "../proxmox/proxmox-http" } +#pxar = { path = "../pxar" } [features] default = []