From 1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 15 Jan 2021 17:54:48 +0100 Subject: Bump everything to 0.1.1 --- src/model/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/model') diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index a138691d..d365ebcc 100644 --- a/src/model/Cargo.toml +++ b/src/model/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 = { 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" } model010 = { package = "garage_model", version = "0.1.0" } -- cgit v1.2.3