File: remove-foundationdb.diff

package info (click to toggle)
rust-opendal 0.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,792 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: opendal.bak/Cargo.toml
===================================================================
--- opendal.bak.orig/Cargo.toml
+++ opendal.bak/Cargo.toml
@@ -89,7 +89,6 @@ services-d1 = []
 services-dashmap = ["dep:dashmap"]
 services-dbfs = []
 services-dropbox = []
-services-foundationdb = ["dep:foundationdb"]
 services-fs = [
     "tokio/fs",
     "internal-tokio-rt",
@@ -308,14 +307,6 @@ optional = true
 version = "0.11"
 optional = true
 
-[dependencies.foundationdb]
-version = "0.9.0"
-features = [
-    "embedded-fdb-include",
-    "fdb-7_3",
-]
-optional = true
-
 [dependencies.futures]
 version = "0.3"
 features = [