Skip to content

Commit 08366c4

Browse files
committed
add postgre-types features
1 parent b6a7698 commit 08366c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ webpki = "0.21.2"
2424
[dev-dependencies]
2525
async-std = { version = "1.5", features = ["attributes"] }
2626
tokio = { version = "0.2.14", features = ["full"] }
27-
tokio-postgres = "0.5.2"
27+
tokio-postgres = "0.5.3"
28+
29+
[features]
30+
with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"]
31+
with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
32+
with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"]
33+
with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"]
34+
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
35+
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
36+
with-time-0_2 = ["tokio-postgres/with-time-0_2"]

0 commit comments

Comments
 (0)