Skip to content

Commit

Permalink
do just rustls instead
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Dec 12, 2024
1 parent 8a186fb commit df42b59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Pin dependencies for MSRV
if: "matrix.toolchain == '1.63.0'"
run: |
cargo update -p idna_adapter --precise "1.1.0" --verbose
cargo update -p [email protected] --precise "2.5.0" --verbose
cargo update -p tokio --precise "1.35.1" --verbose
cargo update -p tokio-util --precise "0.7.11" --verbose
# cargo update -p idna_adapter --precise "1.1.0" --verbose
cargo update -p [email protected] --precise "0.23.19" --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
id: cache-bitcoind
uses: actions/cache@v4
Expand Down

0 comments on commit df42b59

Please sign in to comment.