aboutsummaryrefslogtreecommitdiff
path: root/src/model/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-10 16:38:31 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-10 16:38:31 +0100
commit445912dc6a3b65d0726b9378b3542b4061272cf4 (patch)
treebf1ac419b305254b71b9e17857f1e926ef6c2844 /src/model/Cargo.toml
parent0fd7df8fa0741caa622b2bae979aac867f443154 (diff)
downloadgarage-445912dc6a3b65d0726b9378b3542b4061272cf4.tar.gz
garage-445912dc6a3b65d0726b9378b3542b4061272cf4.zip
Remove migration paths from 0.1 branch
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 48b75d24..caeed66c 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -16,7 +16,6 @@ path = "lib.rs"
garage_util = { version = "0.1.1", path = "../util" }
garage_rpc = { version = "0.1.1", path = "../rpc" }
garage_table = { version = "0.1.1", path = "../table" }
-model010 = { package = "garage_model_010b", version = "0.0.1" }
bytes = "0.4"
rand = "0.7"