mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
remove backend_* features that do nothing
This commit is contained in:
parent
c0972c2b57
commit
d21221d54e
1 changed files with 2 additions and 3 deletions
|
|
@ -72,11 +72,10 @@ trust-dns-resolver = "0.22.0"
|
|||
nix = { version = "0.28", features = ["resource"] }
|
||||
|
||||
[features]
|
||||
default = ["backend_rocksdb", "backend_sqlite", "systemd"]
|
||||
default = ["rocksdb", "sqlite", "systemd"]
|
||||
|
||||
# Keep sorted
|
||||
backend_rocksdb = ["dep:rocksdb"]
|
||||
backend_sqlite = ["sqlite"]
|
||||
jemalloc = ["dep:tikv-jemallocator"]
|
||||
rocksdb = ["dep:rocksdb"]
|
||||
sqlite = ["dep:rusqlite", "dep:parking_lot", "tokio/signal"]
|
||||
systemd = ["dep:sd-notify"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue