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