Cargo.toml: bump advotracker_client to version (0.1.6-alpha1)

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-06-11 14:06:06 +02:00
parent 90869c8305
commit a0e9e14e3f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ publish = false
[dependencies]
advotracker_db = { version = "0.1.0-alpha1", path = "advotracker_db" }
advotrackerd = { version = "0.1.0-alpha1", path = "advotrackerd", default-features = false }
advotracker_client = { version = "0.1.5-alpha2", path = "advotracker_client", default-features = false }
advotracker_client = { version = "0.1.6-alpha1", path = "advotracker_client", default-features = false }
[features]
default = ["sqlite"]

View File

@@ -1,6 +1,6 @@
[package]
name = "advotracker_client"
version = "0.1.5-alpha2"
version = "0.1.6-alpha1"
authors = ["Ralf Zerres <ralf.zerres@networkx.de>"]
description = "Frontend component that supports lawyers to capture relevant data encountered during an online legal advice."
readme = "README.md"