aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-18 19:33:15 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-18 19:33:15 +0100
commitdead945c8f770ab62a676922f98cc59c636257ce (patch)
treed71c83c036adb489b0b4b1095a726df040c6ab53 /src/web
parent4348bde180887f5185ca6da6024476e8e8fb2fe6 (diff)
downloadgarage-dead945c8f770ab62a676922f98cc59c636257ce.tar.gz
garage-dead945c8f770ab62a676922f98cc59c636257ce.zip
Prepare for release 0.2
Diffstat (limited to 'src/web')
-rw-r--r--src/web/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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 <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
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"