]> Untitled Git - bdk/commitdiff
ci: update zstd-sys version to work with MSRV 1.63
authorSteve Myers <steve@notmandatory.org>
Wed, 31 Jan 2024 14:15:37 +0000 (08:15 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 31 Jan 2024 14:15:37 +0000 (08:15 -0600)
.github/workflows/cont_integration.yml

index 3dfb9906c3e58d4c87c418f69dc154181ab0b9c5..9db71a9d01dfdcd9b666ac720b60bfbe006bc76b 100644 (file)
@@ -30,7 +30,7 @@ jobs:
       - name: Pin dependencies for MSRV
         if: matrix.rust.version == '1.63.0'
         run: |
-          cargo update -p zip --precise "0.6.2"
+          cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
           cargo update -p time --precise "0.3.20"
           cargo update -p jobserver --precise "0.1.26"
           cargo update -p home --precise "0.5.5"