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/web/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/web/Cargo.toml') diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 9aabfe81..a91e3d94 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_web" -version = "0.1.1" +version = "0.2.0" authors = ["Alex Auvolat ", "Quentin Dufour "] edition = "2018" license = "GPL-3.0" @@ -13,10 +13,10 @@ 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_table = { version = "0.1.1", path = "../table" } -garage_model = { version = "0.1.1", path = "../model" } -garage_api = { version = "0.1.1", path = "../api" } +garage_util = { version = "0.2.0", path = "../util" } +garage_table = { version = "0.2.0", path = "../table" } +garage_model = { version = "0.2.0", path = "../model" } +garage_api = { version = "0.2.0", path = "../api" } err-derive = "0.3" log = "0.4" -- cgit v1.2.3