put sled as default feature in garage_db

This commit is contained in:
Alex 2022-11-21 14:08:21 +01:00
parent 7fafd14a25
commit 67941000ee
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ pretty_env_logger = { version = "0.4", optional = true }
mktemp = "0.4"
[features]
default = [ "sled" ]
bundled-libs = [ "rusqlite/bundled" ]
cli = ["clap", "pretty_env_logger"]
lmdb = [ "heed" ]