-
Notifications
You must be signed in to change notification settings - Fork 328
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 dep version for rustls and hashbrown
- Loading branch information
1 parent
6a5b418
commit fa53884
Showing
3 changed files
with
7 additions
and
5 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 |
---|---|---|
|
@@ -64,8 +64,8 @@ jobs: | |
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].18 --precise "0.23.17" | ||
cargo update -p [email protected].1 --precise "0.15.0" | ||
cargo update -p [email protected].20 --precise "0.23.19" | ||
cargo update -p [email protected].2 --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
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 |
---|---|---|
|
@@ -215,6 +215,6 @@ 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].18 --precise "0.23.17" | ||
cargo update -p [email protected].1 --precise "0.15.0" | ||
cargo update -p [email protected].20 --precise "0.23.19" | ||
cargo update -p [email protected].2 --precise "0.15.0" | ||
``` |