Skip to content

Commit

Permalink
Bump version number to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Aug 30, 2023
1 parent c028cd9 commit 8b36744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pg-worm-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pg-worm-derive"
description = "Proc macro for the pg-worm crate."
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Einliterflasche <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
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.6.2"
version = "0.7.0"
edition = "2021"
authors = ["Einliterflasche <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ deadpool-postgres = "0.10"
tokio-postgres = { version = "0.7", default-features = false }
async-trait = "0.1"
futures-util = { version = "0.3", default-features = false }
pg-worm-derive = { version = "0.6", path = "../pg-worm-derive" }
pg-worm-derive = "0.7"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 8b36744

Please sign in to comment.