Don’t build kv-fdb
feature on docs.rs
This commit is contained in:
parent
7e6c0abc5c
commit
da2fd133ec
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ kv-fdb = ["foundationdb"]
|
|||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
features = [
|
||||
"protocol-ws", "protocol-http",
|
||||
"kv-mem", "kv-indxdb", "kv-rocksdb", "kv-tikv", "kv-fdb",
|
||||
"kv-mem", "kv-indxdb", "kv-rocksdb", "kv-tikv",
|
||||
"rustls", "native-tls",
|
||||
"http", "scripting"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue