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"]