don't build sqlite by default #592

Merged
lx merged 1 commits from trinity-1686a/garage:dont-build-sqlite into main 2023-06-27 08:14:39 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ mktemp = "0.5"
[features]
default = [ "sled" ]
bundled-libs = [ "rusqlite/bundled" ]
bundled-libs = [ "rusqlite?/bundled" ]
cli = ["clap", "pretty_env_logger"]
lmdb = [ "heed" ]
sqlite = [ "rusqlite" ]