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 641e40f commit ea8b62cCopy full SHA for ea8b62c
.github/workflows/build.yml
@@ -44,6 +44,13 @@ jobs:
44
- name: Set RUSTFLAGS to deny warnings
45
if: "matrix.toolchain == '1.63.0'"
46
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
47
+ - name: Pin rustls on MSRV
48
+ if: "matrix.toolchain == '1.63.0'"
49
+ run: |
50
+ cargo update -p idna_adapter --precise "1.1.0" --verbose
51
+ cargo update -p [email protected] --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
55
id: cache-bitcoind
56
uses: actions/cache@v4
0 commit comments