From cc4a7045ca463d544be5f3e67c8d05891fa5bfd7 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 12 Nov 2021 15:50:35 +0100 Subject: [PATCH] bump advotracker_client to version (0.1.8) Signed-off-by: Ralf Zerres --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 630a5c3..b11cbe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.7", path = "advotracker_client", default-features = false } +advotracker_client = { version = "0.1.8", path = "advotracker_client", default-features = false } [features] default = ["sqlite"]