Browse Source

chore: enabled persy backend by default to trigger the CI build

merge-requests/231/head
Tglman 4 years ago
parent
commit
a1cd3755bf
  1. 2
      Cargo.toml

2
Cargo.toml

@ -88,7 +88,7 @@ hmac = "0.11.0" @@ -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"]

Loading…
Cancel
Save