diff options
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" |