We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2bccd commit 8a186fbCopy full SHA for 8a186fb
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
if: "matrix.toolchain == '1.63.0'"
49
run: |
50
cargo update -p idna_adapter --precise "1.1.0" --verbose
51
- cargo update -p indexmap --precise "2.5.0" --verbose
+ cargo update -p indexmap@2.7.0 --precise "2.5.0" --verbose
52
cargo update -p tokio --precise "1.35.1" --verbose
53
cargo update -p tokio-util --precise "0.7.11" --verbose
54
- name: Enable caching for bitcoind
0 commit comments