From 3b0b11085e0501afcc16f6a75632a4d425146158 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 7 Jul 2020 14:18:47 +0200 Subject: Add versions to dependencies --- src/rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc') diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index b00f5cb0..0b6f6907 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -13,7 +13,7 @@ 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_util = { version = "0.1", path = "../util" } bytes = "0.4" rand = "0.7" -- cgit v1.2.3