Skip to content

Commit

Permalink
Revert dependency on pg-worm-derive to local for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Jun 8, 2023
1 parent c7e8ccb commit 7939f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-worm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio-postgres = "0.7"
once_cell = "1.17"
async-trait = "0.1"

pg-worm-derive = { version = "0.4" }
pg-worm-derive = { version = "0.4", path = "../pg-worm-derive" }

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

0 comments on commit 7939f1f

Please sign in to comment.