From 827af38cc9a7f7086e8b7915d69cb1d52e135f40 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sat, 23 Dec 2023 20:40:56 -0800 Subject: [PATCH] comment out heed backend; code doesn't compile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91de132c..e9dc01cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]