From dead945c8f770ab62a676922f98cc59c636257ce Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 18 Mar 2021 19:33:15 +0100 Subject: Prepare for release 0.2 --- src/model/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/model') diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 98656ea9..4025f8d0 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_model" -version = "0.1.1" +version = "0.2.0" authors = ["Alex Auvolat "] edition = "2018" license = "GPL-3.0" @@ -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 = { version = "0.1.1", path = "../util" } -garage_rpc = { version = "0.1.1", path = "../rpc" } -garage_table = { version = "0.1.1", path = "../table" } +garage_util = { version = "0.2.0", path = "../util" } +garage_rpc = { version = "0.2.0", path = "../rpc" } +garage_table = { version = "0.2.0", path = "../table" } rand = "0.8" hex = "0.4" -- cgit v1.2.3