From d7a9d6202f8320af5b2a45510f91e2b4ac33df2c Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Wed, 18 Sep 2024 10:02:09 -0700 Subject: [PATCH] Pin postgres-types to 0.2.6. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1f65df..e3ad979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: run: | cargo update -p tokio --precise "1.37.0" --verbose cargo update -p tokio-macros --precise "2.2.0" --verbose + cargo update -p postgres-types --precise "0.2.6" --verbose - name: Build on Rust ${{ matrix.toolchain }} run: | cargo build --verbose --color always -- 2.39.5