From 16ae5207548f1c9eca6e852df5cdc9a35c2af48c Mon Sep 17 00:00:00 2001 From: Tglman Date: Sat, 17 Jul 2021 18:46:11 +0100 Subject: [PATCH] removed not needed dipendency for persy feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8d84d5..cc8f125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c7 [features] default = ["conduit_bin", "backend_sqlite"] backend_sled = ["sled"] -backend_persy = ["persy","num_cpus"] +backend_persy = ["persy"] backend_sqlite = ["sqlite"] backend_heed = ["heed", "crossbeam"] sqlite = ["rusqlite", "parking_lot", "crossbeam", "tokio/signal"]