Skip to content

Commit

Permalink
Use with-uuid-1 feature for tokio-postgres (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiqwab authored Jun 27, 2022
1 parent b0e254f commit 33e8f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ optional = true
[dependencies.tokio-postgres]
version = "0.7"
optional = true
features = ["with-uuid-0_8"]
features = ["with-uuid-1"]

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 33e8f71

Please sign in to comment.