Really allow to disable sled feature #563

Merged
lx merged 2 commits from jirutka/garage:workspace-deps into main 2023-05-09 09:08:35 +00:00

2 Commits

Author SHA1 Message Date
Jakub Jirutka 75759a163c Allow to really disable sled feature
continuous-integration/drone/pr Build is passing Details
2023-05-09 08:46:15 +00:00
Jakub Jirutka d2deee0b8b Declare garage crates using workspace.dependencies
This will allow to really disable "sled" feature without declaring
`default-features = false` in every Cargo.toml where garage_db and
garage_model is used.

See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
2023-05-09 08:46:15 +00:00