From: Arik Sosman Date: Wed, 18 Sep 2024 17:02:09 +0000 (-0700) Subject: Pin postgres-types to 0.2.6. X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d7a9d6202f8320af5b2a45510f91e2b4ac33df2c;p=rapid-gossip-sync-server Pin postgres-types to 0.2.6. --- 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