From b24a2dcf931e2bbaf6690374b5f0203a38aeaa2b Mon Sep 17 00:00:00 2001 From: "kingsley.hendrickse" Date: Fri, 6 Dec 2024 05:22:35 +0000 Subject: [PATCH] v0.1.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f09de8..ad3e2c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,7 +1114,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pg_filters" -version = "0.1.11" +version = "0.1.12" dependencies = [ "chrono", "deadpool", diff --git a/Cargo.toml b/Cargo.toml index 713452a..3f6e3ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_filters" -version = "0.1.11" +version = "0.1.12" edition = "2021" authors = ["Kingsley Hendrickse "] description = "A simple rust helper to generate postgres sql for pagination, sorting and filtering"