forked from Deuxfleurs/garage
Allow to really disable sled feature
This commit is contained in:
parent
d2deee0b8b
commit
75759a163c
1 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue