From 8a186fbc17036df2195640374e9f74191225b973 Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Wed, 11 Dec 2024 23:51:21 -0800 Subject: [PATCH] precise indexmap --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18e939da25a..f494c61ecad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: if: "matrix.toolchain == '1.63.0'" run: | cargo update -p idna_adapter --precise "1.1.0" --verbose - cargo update -p indexmap --precise "2.5.0" --verbose + cargo update -p indexmap@2.7.0 --precise "2.5.0" --verbose cargo update -p tokio --precise "1.35.1" --verbose cargo update -p tokio-util --precise "0.7.11" --verbose - name: Enable caching for bitcoind