Skip to content

Commit 227ee22

Browse files
authored
add time 0.3 feature of tokio_postgres (#118)
1 parent 368204e commit 227ee22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgres/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ edition = "2018"
1414
"with-serde_json-1" = ["tokio-postgres/with-serde_json-1"]
1515
"with-uuid-0_8" = ["tokio-postgres/with-uuid-0_8"]
1616
"with-time-0_2" = ["tokio-postgres/with-time-0_2"]
17+
"with-time-0_3" = ["tokio-postgres/with-time-0_3"]
1718

1819
[dependencies]
1920
async-trait = "0.1"

0 commit comments

Comments
 (0)