Allow to really disable sled feature

This commit is contained in:
Jakub Jirutka 2023-05-07 18:15:48 +02:00 committed by networkException
parent 00ab7a4d0d
commit ee165e56d2
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -18,8 +18,8 @@ default-members = ["src/garage"]
[workspace.dependencies]
garage_api = { version = "0.8.2", path = "src/api" }
garage_block = { version = "0.8.2", path = "src/block" }
garage_db = { version = "0.8.2", path = "src/db" }
garage_model = { version = "0.8.2", path = "src/model" }
garage_db = { version = "0.8.2", path = "src/db", default-features = false }
garage_model = { version = "0.8.2", path = "src/model", default-features = false }
garage_rpc = { version = "0.8.2", path = "src/rpc" }
garage_table = { version = "0.8.2", path = "src/table" }
garage_util = { version = "0.8.2", path = "src/util" }