rocksdb as default

This commit is contained in:
Timo Kösters 2021-12-10 21:34:45 +01:00
parent 1d647a1a9a
commit a30b588ede
No known key found for this signature in database
GPG key ID: 356E705610F626D5
2 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ hmac = "0.11.0"
sha-1 = "0.9.8"
[features]
default = ["conduit_bin", "backend_sqlite"]
default = ["conduit_bin", "backend_rocksdb"]
backend_sled = ["sled"]
backend_sqlite = ["sqlite"]
backend_heed = ["heed", "crossbeam"]