Skip to content

Commit

Permalink
Bump pg-worm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Jun 8, 2023
1 parent 2aadbd8 commit c7e8ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg-worm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg-worm"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Einliterflasche <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -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"] }

0 comments on commit c7e8ccb

Please sign in to comment.