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.
ci: pin msrv deps url, [email protected], [email protected]
- Loading branch information
1 parent
56b32da
commit b7dad9f
Showing
2 changed files
with
6 additions
and
0 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 |
---|---|---|
|
@@ -63,6 +63,9 @@ jobs: | |
cargo update -p home --precise "0.5.5" | ||
cargo update -p regex --precise "1.7.3" | ||
cargo update -p security-framework-sys --precise "2.11.1" | ||
cargo update -p url --precise "2.5.0" | ||
cargo update -p [email protected] --precise "0.23.17" | ||
cargo update -p [email protected] --precise "0.15.0" | ||
- name: Build | ||
run: cargo build --features bitcoin/std,miniscript/std,${{ matrix.features }} --no-default-features | ||
- name: Clippy | ||
|
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 |
---|---|---|
|
@@ -214,4 +214,7 @@ cargo update -p tokio-util --precise "0.7.11" | |
cargo update -p home --precise "0.5.5" | ||
cargo update -p regex --precise "1.7.3" | ||
cargo update -p security-framework-sys --precise "2.11.1" | ||
cargo update -p url --precise "2.5.0" | ||
cargo update -p [email protected] --precise "0.23.17" | ||
cargo update -p [email protected] --precise "0.15.0" | ||
``` |