Skip to content

Commit

Permalink
add time 0.3 feature of tokio_postgres (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ta3pks committed Nov 27, 2021
1 parent 368204e commit 227ee22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/Cargo.toml
Expand Up @@ -14,6 +14,7 @@ edition = "2018"
"with-serde_json-1" = ["tokio-postgres/with-serde_json-1"]
"with-uuid-0_8" = ["tokio-postgres/with-uuid-0_8"]
"with-time-0_2" = ["tokio-postgres/with-time-0_2"]
"with-time-0_3" = ["tokio-postgres/with-time-0_3"]

[dependencies]
async-trait = "0.1"
Expand Down

0 comments on commit 227ee22

Please sign in to comment.