]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commitdiff
Pin postgres-types to 0.2.6.
authorArik Sosman <git@arik.io>
Wed, 18 Sep 2024 17:02:09 +0000 (10:02 -0700)
committerArik Sosman <git@arik.io>
Wed, 18 Sep 2024 17:07:24 +0000 (10:07 -0700)
.github/workflows/build.yml

index c1f65df46691682be34e9124b7b5a5cfecc5e130..e3ad979f5c28a054ec3b087c382323d2b0cbc95f 100644 (file)
@@ -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