Include code from v0.5.1 directly to remove dependencies

This commit is contained in:
Alex Auvolat
2022-09-06 17:52:50 +02:00
parent 1e92e9f782
commit 0f5689c169
14 changed files with 386 additions and 290 deletions
-1
View File
@@ -19,7 +19,6 @@ garage_rpc = { version = "0.8.0", path = "../rpc" }
garage_table = { version = "0.8.0", path = "../table" }
garage_block = { version = "0.8.0", path = "../block" }
garage_util = { version = "0.8.0", path = "../util" }
garage_model_050 = { package = "garage_model", version = "0.5.1" }
async-trait = "0.1.7"
arc-swap = "1.0"