Skip to content

Commit 89b91b4

Browse files
committed
Propagate features
1 parent 0785381 commit 89b91b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

postgres/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2424
array-impls = ["tokio-postgres/array-impls"]
2525
with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"]
2626
with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
27+
with-cidr-0_2 = ["tokio-postgres/with-cidr-0_2"]
28+
with-cidr-0_3 = ["tokio-postgres/with-cidr-0_3"]
2729
with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"]
2830
with-eui48-1 = ["tokio-postgres/with-eui48-1"]
2931
with-geo-types-0_6 = ["tokio-postgres/with-geo-types-0_6"]

tokio-postgres/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ runtime = ["tokio/net", "tokio/time"]
3030
array-impls = ["postgres-types/array-impls"]
3131
with-bit-vec-0_6 = ["postgres-types/with-bit-vec-0_6"]
3232
with-chrono-0_4 = ["postgres-types/with-chrono-0_4"]
33+
with-cidr-0_2 = ["postgres-types/with-cidr-0_2"]
34+
with-cidr-0_3 = ["postgres-types/with-cidr-0_3"]
3335
with-eui48-0_4 = ["postgres-types/with-eui48-0_4"]
3436
with-eui48-1 = ["postgres-types/with-eui48-1"]
3537
with-geo-types-0_6 = ["postgres-types/with-geo-types-0_6"]

0 commit comments

Comments
 (0)