aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-07-07 14:18:47 +0200
committerAlex Auvolat <alex@adnab.me>2020-07-07 14:18:47 +0200
commit3b0b11085e0501afcc16f6a75632a4d425146158 (patch)
tree7b47c0246d76c61b5607ee6aa72e7250b9136b8a /src/api
parentcc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 (diff)
downloadgarage-3b0b11085e0501afcc16f6a75632a4d425146158.tar.gz
garage-3b0b11085e0501afcc16f6a75632a4d425146158.zip
Add versions to dependencies0.1.0
Diffstat (limited to 'src/api')
-rw-r--r--src/api/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index e5381111..410adbb3 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -13,9 +13,9 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-garage_util = { path = "../util" }
-garage_table = { path = "../table" }
-garage_model = { path = "../model" }
+garage_util = { version = "0.1", path = "../util" }
+garage_table = { version = "0.1", path = "../table" }
+garage_model = { version = "0.1", path = "../model" }
bytes = "0.4"
hex = "0.3"