File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ circle-ci = { repository = "sfackler/rust-postgres" }
24
24
array-impls = [" tokio-postgres/array-impls" ]
25
25
with-bit-vec-0_6 = [" tokio-postgres/with-bit-vec-0_6" ]
26
26
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" ]
27
29
with-eui48-0_4 = [" tokio-postgres/with-eui48-0_4" ]
28
30
with-eui48-1 = [" tokio-postgres/with-eui48-1" ]
29
31
with-geo-types-0_6 = [" tokio-postgres/with-geo-types-0_6" ]
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ runtime = ["tokio/net", "tokio/time"]
30
30
array-impls = [" postgres-types/array-impls" ]
31
31
with-bit-vec-0_6 = [" postgres-types/with-bit-vec-0_6" ]
32
32
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" ]
33
35
with-eui48-0_4 = [" postgres-types/with-eui48-0_4" ]
34
36
with-eui48-1 = [" postgres-types/with-eui48-1" ]
35
37
with-geo-types-0_6 = [" postgres-types/with-geo-types-0_6" ]
You can’t perform that action at this time.
0 commit comments