]> Untitled Git - bdk/commitdiff
ci: pin `base64ct` to `1.6.0`
authorLuis Schwab <luisschwab@protonmail.com>
Wed, 12 Mar 2025 17:42:01 +0000 (14:42 -0300)
committerLuis Schwab <luisschwab@protonmail.com>
Wed, 12 Mar 2025 17:42:01 +0000 (14:42 -0300)
.github/workflows/cont_integration.yml
ci/pin-msrv.sh

index 0267c80ba9d4ff5d169326f03ac9e65c2db5c379..8eddf6ae20a2cdb77227fc49e6ab09282dc6fd10 100644 (file)
@@ -50,6 +50,7 @@ jobs:
           cargo update -p home --precise "0.5.9"
           cargo update -p native-tls --precise "0.2.13"
           cargo update -p idna_adapter --precise "1.1.0"
+          cargo update -p base64ct --precise "1.6.0"
       - name: Pin dependencies for MSRV
         if: matrix.rust.version == '1.63.0'
         run: ./ci/pin-msrv.sh
index bd8fedad1b575eaef58369d82f428c9fdf6f53ff..77d2ba1f84aafc65e733f630ff4ddd2754785f9b 100755 (executable)
@@ -26,3 +26,4 @@ cargo update -p flate2 --precise "1.0.35"
 cargo update -p bzip2-sys --precise "0.1.12"
 cargo update -p ring --precise "0.17.12"
 cargo update -p once_cell --precise "1.20.3"
+cargo update -p base64ct --precise "1.6.0"