From c7e8ccbae2d254769d0f43773b1db93ebaae19e3 Mon Sep 17 00:00:00 2001 From: Einliterflasche Date: Thu, 8 Jun 2023 19:39:01 +0200 Subject: [PATCH] Bump pg-worm version --- pg-worm/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pg-worm/Cargo.toml b/pg-worm/Cargo.toml index e5ca4f1..db6361d 100644 --- a/pg-worm/Cargo.toml +++ b/pg-worm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg-worm" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Einliterflasche "] license = "MIT OR Apache-2.0" @@ -19,7 +19,7 @@ tokio-postgres = "0.7" once_cell = "1.17" async-trait = "0.1" -pg-worm-derive = { version = "0.3", path = "../pg-worm-derive" } +pg-worm-derive = { version = "0.4" } [dev-dependencies] tokio = { version = "1", features = ["full"] }