Skip to content

Commit

Permalink
feat: upgrade to bdk version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Dec 23, 2023
1 parent 6f61d2e commit 0db9226
Show file tree
Hide file tree
Showing 7 changed files with 648 additions and 427 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # STABLE
- stable
- 1.57.0 # MSRV
features:
- default
Expand Down Expand Up @@ -49,16 +49,24 @@ jobs:
override: true
components: rustfmt, clippy
- name: Pin dependencies for MSRV
if: matrix.rust == '1.57.0'
if: matrix.rust.version == '1.57.0'
run: |
cargo update
cargo update -p log --precise 0.4.18
cargo update -p hashlink --precise 0.8.0
cargo update -p tempfile --precise 3.6.0
cargo update -p base64ct --precise 1.5.3
cargo update -p cc --precise 1.0.81
cargo update -p tokio --precise 1.29.1
cargo update -p flate2 --precise 1.0.26
cargo update -p log --precise "0.4.18"
cargo update -p tempfile --precise "3.6.0"
cargo update -p hashlink --precise "0.8.1"
cargo update -p regex --precise "1.7.3"
cargo update -p zip:0.6.6 --precise "0.6.3"
cargo update -p rustix --precise "0.37.23"
cargo update -p tokio --precise "1.29.1"
cargo update -p tokio-util --precise "0.7.8"
cargo update -p cc --precise "1.0.81"
cargo update -p rustls:0.20.9 --precise "0.20.8"
cargo update -p rustls:0.21.7 --precise "0.21.1"
cargo update -p flate2:1.0.27 --precise "1.0.26"
cargo update -p reqwest --precise "0.11.18"
cargo update -p h2 --precise "0.3.20"
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
- name: Build
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
- name: Clippy
Expand Down
Loading

0 comments on commit 0db9226

Please sign in to comment.