forked from bitcoindevkit/bdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3569acc
commit c9eee70
Showing
6 changed files
with
19 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
rust: | ||
- version: stable | ||
clippy: true | ||
- version: 1.57.0 # MSRV | ||
- version: 1.63.0 # MSRV | ||
features: | ||
- --no-default-features | ||
- --all-features | ||
|
@@ -28,25 +28,12 @@ jobs: | |
- name: Rust Cache | ||
uses: Swatinem/[email protected] | ||
- name: Pin dependencies for MSRV | ||
if: matrix.rust.version == '1.57.0' | ||
if: matrix.rust.version == '1.63.0' | ||
run: | | ||
cargo update -p log --precise "0.4.18" | ||
cargo update -p tempfile --precise "3.6.0" | ||
cargo update -p rustls:0.21.7 --precise "0.21.1" | ||
cargo update -p rustls:0.20.9 --precise "0.20.8" | ||
cargo update -p tokio:1.33.0 --precise "1.29.1" | ||
cargo update -p tokio-util --precise "0.7.8" | ||
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" | ||
cargo update -p zip:0.6.6 --precise "0.6.2" | ||
cargo update -p time --precise "0.3.13" | ||
cargo update -p cc --precise "1.0.81" | ||
cargo update -p byteorder --precise "1.4.3" | ||
cargo update -p webpki --precise "0.22.2" | ||
cargo update -p zip --precise "0.6.2" | ||
cargo update -p time --precise "0.3.20" | ||
cargo update -p jobserver --precise "0.1.26" | ||
cargo update -p reqwest --precise "0.11.19" | ||
- name: Build | ||
run: cargo build ${{ matrix.features }} | ||
- name: Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters