aboutsummaryrefslogtreecommitdiff
path: root/src/model/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-06 17:52:50 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-06 17:52:50 +0200
commit0f5689c16920479066277db2880e2ca87f7ca602 (patch)
tree80a7ed7f1392a643eb79656f701bf97aa03af9ed /src/model/Cargo.toml
parent1e92e9f78251ed72e3e5eb27ed3f389f9f53c488 (diff)
downloadgarage-0f5689c16920479066277db2880e2ca87f7ca602.tar.gz
garage-0f5689c16920479066277db2880e2ca87f7ca602.zip
Include code from v0.5.1 directly to remove dependencies
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r--src/model/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index cb0017b2..bbcfe89c 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -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"