From 8d8d90efd14580b8bca39c9aa2fd5393f79e6765 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 9 Feb 2024 13:50:58 +0100 Subject: [PATCH] update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c190f89..17e984d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdq" -version = "0.1.0" +version = "0.2.0" edition = "2021" [profile.release] @@ -21,4 +21,4 @@ env_logger = "0.10.0" log = "0.4.20" chrono = "0.4.31" csv = "1.3.0" -jsonfilter = { path = "../../Gitea/jsonfilter" } \ No newline at end of file +jsonfilter = { git = "https://git.hydrar.de/jmarya/jsonfilter" } \ No newline at end of file