From b9127dd6f88d3c66181ef6748167efd94283ff41 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 28 May 2021 13:58:47 +0200 Subject: Prepare for v0.3.0 and add migration path from v0.2.1.x --- 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 6c3b3a9a..dc31c1b4 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_web" -version = "0.2.1" +version = "0.3.0" authors = ["Alex Auvolat ", "Quentin Dufour "] edition = "2018" license = "AGPL-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_api = { version = "0.2.1", path = "../api" } -garage_model = { version = "0.2.1", path = "../model" } -garage_util = { version = "0.2.1", path = "../util" } -garage_table = { version = "0.2.1", path = "../table" } +garage_api = { version = "0.3.0", path = "../api" } +garage_model = { version = "0.3.0", path = "../model" } +garage_util = { version = "0.3.0", path = "../util" } +garage_table = { version = "0.3.0", path = "../table" } err-derive = "0.3" idna = "0.2" -- cgit v1.2.3