From a1cd3755bf2163b2278adb4d8ea2527740ca51de Mon Sep 17 00:00:00 2001 From: Tglman Date: Tue, 14 Dec 2021 22:11:29 +0000 Subject: [PATCH] chore: enabled persy backend by default to trigger the CI build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 379303d..cb7131d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ hmac = "0.11.0" sha-1 = "0.9.8" [features] -default = ["conduit_bin", "backend_sqlite"] +default = ["conduit_bin", "backend_persy"] backend_sled = ["sled"] backend_persy = ["persy"] backend_sqlite = ["sqlite"]