File: remove-etcd-client.diff

package info (click to toggle)
rust-opendal 0.54.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,780 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- opendal.bak.orig/Cargo.toml
+++ opendal.bak/Cargo.toml
@@ -93,4 +92,0 @@
-services-etcd = [
-    "dep:etcd-client",
-    "dep:bb8",
-]
@@ -320,5 +315,0 @@
-optional = true
-
-[dependencies.etcd-client]
-version = "0.14"
-features = ["tls"]