comment out heed backend; code doesn't compile
This commit is contained in:
parent
5bb6128149
commit
827af38cc9
|
@ -121,7 +121,7 @@ default = ["conduit_bin", "backend_rocksdb", "systemd", "zstd_compression"]
|
|||
#backend_sled = ["sled"]
|
||||
backend_persy = ["persy", "parking_lot"]
|
||||
backend_sqlite = ["sqlite"]
|
||||
backend_heed = ["heed", "crossbeam"]
|
||||
#backend_heed = ["heed", "crossbeam"]
|
||||
backend_rocksdb = ["rocksdb"]
|
||||
jemalloc = ["tikv-jemalloc-ctl", "tikv-jemallocator"]
|
||||
sqlite = ["rusqlite", "parking_lot", "tokio/signal"]
|
||||
|
|
Loading…
Reference in New Issue