Skip to content

Commit fb5cfa3

Browse files
committed
Merge #1091: ci: Pin rustls-webpki to 0.100.1
fa0bead ci: Pin rustls-webpki to 0.100.1 (Daniela Brozzoni) Pull request description: ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK fa0bead Tree-SHA512: e8d0f21efef5abd222169bce2294e7de22699bd65e8366cd3e9c08e0858efd9163b4c428375b2a335c0358a0e7c591bd64899ee5c909cd09e0d14bfdda3d3633
2 parents 8c4eeb5 + fa0bead commit fb5cfa3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
cargo update -p flate2:1.0.27 --precise "1.0.26"
3838
cargo update -p reqwest --precise "0.11.18"
3939
cargo update -p h2 --precise "0.3.20"
40+
cargo update -p rustls-webpki --precise "0.100.1"
4041
- name: Build
4142
run: cargo build ${{ matrix.features }}
4243
- name: Test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ cargo update -p flate2:1.0.27 --precise "1.0.26"
7373
cargo update -p reqwest --precise "0.11.18"
7474
# h2 0.3.21 has MSRV 1.63.0+
7575
cargo update -p h2 --precise "0.3.20"
76+
# rustls-webpki has MSRV 1.60.0+
77+
cargo update -p rustls-webpki --precise "0.100.1"
7678
```
7779

7880
## License

0 commit comments

Comments
 (0)