File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2424array-impls = [" tokio-postgres/array-impls" ]
2525with-bit-vec-0_6 = [" tokio-postgres/with-bit-vec-0_6" ]
2626with-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" ]
2729with-eui48-0_4 = [" tokio-postgres/with-eui48-0_4" ]
2830with-eui48-1 = [" tokio-postgres/with-eui48-1" ]
2931with-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"]
3030array-impls = [" postgres-types/array-impls" ]
3131with-bit-vec-0_6 = [" postgres-types/with-bit-vec-0_6" ]
3232with-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" ]
3335with-eui48-0_4 = [" postgres-types/with-eui48-0_4" ]
3436with-eui48-1 = [" postgres-types/with-eui48-1" ]
3537with-geo-types-0_6 = [" postgres-types/with-geo-types-0_6" ]
You can’t perform that action at this time.
0 commit comments