aboutsummaryrefslogtreecommitdiff
path: root/src/table
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/table
parentcc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 (diff)
downloadgarage-3b0b11085e0501afcc16f6a75632a4d425146158.tar.gz
garage-3b0b11085e0501afcc16f6a75632a4d425146158.zip
Add versions to dependencies0.1.0
Diffstat (limited to 'src/table')
-rw-r--r--src/table/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml
index 60323e43..7efdbb08 100644
--- a/src/table/Cargo.toml
+++ b/src/table/Cargo.toml
@@ -13,8 +13,8 @@ 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_util = { version = "0.1", path = "../util" }
+garage_rpc = { version = "0.1", path = "../rpc" }
bytes = "0.4"
rand = "0.7"