aboutsummaryrefslogtreecommitdiff
path: root/src/table/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/Cargo.toml')
-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"