Skip to content

Commit ea8b62c

Browse files
committed
Pin dependencies for MSRV
1 parent 641e40f commit ea8b62c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
- name: Set RUSTFLAGS to deny warnings
4545
if: "matrix.toolchain == '1.63.0'"
4646
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
4754
- name: Enable caching for bitcoind
4855
id: cache-bitcoind
4956
uses: actions/cache@v4

0 commit comments

Comments
 (0)