From 556fc4b87bd17adfcfc0f9bd0af1160859682d37 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 25 Aug 2023 21:12:56 +0100 Subject: [PATCH] sea-query-postgres 0.4.0 --- sea-query-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea-query-postgres/Cargo.toml b/sea-query-postgres/Cargo.toml index 2a7b761dd..ed42f6596 100644 --- a/sea-query-postgres/Cargo.toml +++ b/sea-query-postgres/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-query-postgres" -version = "0.3.0" +version = "0.4.0" authors = [ "Ivan Krivosheev " ] edition = "2021" description = "Binder traits for connecting sea-query with postgres driver"