diff options
author | Alex Auvolat <alex@adnab.me> | 2020-07-07 14:18:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-07-07 14:18:47 +0200 |
commit | 3b0b11085e0501afcc16f6a75632a4d425146158 (patch) | |
tree | 7b47c0246d76c61b5607ee6aa72e7250b9136b8a /src/api/Cargo.toml | |
parent | cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 (diff) | |
download | garage-3b0b11085e0501afcc16f6a75632a4d425146158.tar.gz garage-3b0b11085e0501afcc16f6a75632a4d425146158.zip |
Add versions to dependencies0.1.0
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 6 |
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" |