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/model/Cargo.toml | |
parent | cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 (diff) | |
download | garage-3b0b11085e0501afcc16f6a75632a4d425146158.tar.gz garage-3b0b11085e0501afcc16f6a75632a4d425146158.zip |
Add versions to dependencies0.1.0
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r-- | src/model/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 66ee76b5..76d759fd 100644 --- a/src/model/Cargo.toml +++ b/src/model/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_rpc = { path = "../rpc" } -garage_table = { path = "../table" } +garage_util = { version = "0.1", path = "../util" } +garage_rpc = { version = "0.1", path = "../rpc" } +garage_table = { version = "0.1", path = "../table" } bytes = "0.4" rand = "0.7" |