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
75759a163c Allow to really disable sled feature
All checks were successful
continuous-integration/drone/pr Build is passing
2023-05-09 08:46:15 +00:00
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