Skip to content

Commit d7639da

Browse files
committed
Merge #1996: ci: pin webpki-roots for MSRV compatibility
e1c8891 ci: pin `webpki-roots` for MSRV compatibility (Wei Chen) Pull request description: ### Description This PR pins the `webpki-roots` crate to version 1.0.1 to maintain compatibility with our current MSRV. ### Changelog notice - Pin `webpki-roots` to 1.0.1 for MSRV compatibility. ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: oleonardolima: ACK e1c8891 evanlinjin: ACK e1c8891 Tree-SHA512: 9849cf47f6c269b100374d4c32591ea0caa70f40f0249ead6e5364862f939efff1dffb612d5760622c6389d38874c7c238f4774c019e483ce6dcd826939d653d
2 parents 23dfd6e + e1c8891 commit d7639da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/pin-msrv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ cargo update -p once_cell --precise "1.20.3"
2828
cargo update -p base64ct --precise "1.6.0"
2929
cargo update -p minreq --precise "2.13.2"
3030
cargo update -p tracing-core --precise "0.1.33"
31+
cargo update -p webpki-roots@1.0.2 --precise "1.0.1"

0 commit comments

Comments
 (0)