ci: fix to work with bdk 0.28.1 and msrv 1.61.0
This commit is contained in:
7
.github/workflows/cont_integration.yml
vendored
7
.github/workflows/cont_integration.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- version: 1.63.0 # STABLE
|
||||
- version: 1.65.0 # STABLE
|
||||
clippy: true
|
||||
- version: 1.61.0 # MSRV
|
||||
steps:
|
||||
@@ -46,6 +46,11 @@ jobs:
|
||||
- name: Update toolchain
|
||||
run: rustup update
|
||||
|
||||
- name: Pin dependencies for MSRV
|
||||
if: matrix.rust.version == '1.61.0'
|
||||
run: |
|
||||
cargo update -p hashlink --precise "0.8.1"
|
||||
cargo update -p tokio --precise "1.29.1"
|
||||
- name: Build
|
||||
run: cargo build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user