From 5838560e0a0c689da40bd6c7e811b73f69e5d1f4 Mon Sep 17 00:00:00 2001 From: Tglman Date: Sun, 10 Oct 2021 16:05:14 +0100 Subject: [PATCH] enabled by default persy for generate testing build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7624920..437f2f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c7 thread_local = "1.1.3" [features] -default = ["conduit_bin", "backend_sqlite"] +default = ["conduit_bin", "backend_persy"] backend_sled = ["sled"] backend_persy = ["persy"] backend_sqlite = ["sqlite"]