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/table/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/table/Cargo.toml') diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml index f9d98dec..371b73c8 100644 --- a/src/table/Cargo.toml +++ b/src/table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_table" -version = "0.1.1" +version = "0.2.0" authors = ["Alex Auvolat "] edition = "2018" license = "GPL-3.0" @@ -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.1", path = "../util" } -garage_rpc = { version = "0.1.1", path = "../rpc" } +garage_util = { version = "0.2.0", path = "../util" } +garage_rpc = { version = "0.2.0", path = "../rpc" } bytes = "1.0" rand = "0.8" -- cgit v1.2.3