File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 - run : docker compose up -d
8585 - uses : sfackler/actions/rustup@master
8686 with :
87- version : 1.75 .0
87+ version : 1.81 .0
8888 - run : echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
8989 id : rust-version
9090 - uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -491,6 +491,8 @@ impl WrongType {
491491/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
492492/// | `chrono::NaiveDate` | DATE |
493493/// | `chrono::NaiveTime` | TIME |
494+ /// | `cidr::IpCidr` | CIDR |
495+ /// | `cidr::IpInet` | INET |
494496/// | `time::PrimitiveDateTime` | TIMESTAMP |
495497/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
496498/// | `time::Date` | DATE |
@@ -842,6 +844,8 @@ pub enum IsNull {
842844/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
843845/// | `chrono::NaiveDate` | DATE |
844846/// | `chrono::NaiveTime` | TIME |
847+ /// | `cidr::IpCidr` | CIDR |
848+ /// | `cidr::IpInet` | INET |
845849/// | `time::PrimitiveDateTime` | TIMESTAMP |
846850/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
847851/// | `time::Date` | DATE |
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