diff options
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 39288f40..254645c7 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -14,12 +14,12 @@ path = "main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -garage_util = { version = "0.1", path = "../util" } -garage_rpc = { version = "0.1", path = "../rpc" } +garage_util = { version = "0.1.1", path = "../util" } +garage_rpc = { version = "0.1.1", path = "../rpc" } garage_table = { version = "0.1.1", path = "../table" } garage_model = { version = "0.1.1", path = "../model" } garage_api = { version = "0.1.1", path = "../api" } -garage_web = { version = "0.1", path = "../web" } +garage_web = { version = "0.1.1", path = "../web" } bytes = "0.4" rand = "0.7" |