]> git.proxmox.com Git - proxmox-backup.git/commitdiff
Cargo.toml: drop features in 'patch' section
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 26 Aug 2021 09:41:41 +0000 (11:41 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Aug 2021 09:39:01 +0000 (11:39 +0200)
the features array does not need to be repeated here

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index b213eab5c6ef62f343a39a6e6e4a9ee63938af5c..fa0fc1173127249c898c880506a9b610a994f2fe 100644 (file)
@@ -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 = []