Skip to content

Commit 721eb54

Browse files
committed
Merge #1745: ci: pin rustls dependency version to build with rust 1.63
3cb5d35 ci: pin `rustls` dependency version to build with rust 1.63 (Wei Chen) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description <!-- Describe the purpose of this PR, what's being adding and/or fixed --> `rustls` version 0.23.18 raised msrv to 1.71. Version 0.23.17 was pinned to CI to continue working. ### Notes to the reviewers <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ### Changelog notice <!-- Notice the release manager should include in the release tag message changelog --> <!-- See https://keepachangelog.com/en/1.0.0/ for examples --> * Pinned rustls dependency version to build with rust 1.63. ### 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: evanlinjin: ACK 3cb5d35 Tree-SHA512: cd060438fdc55eddf6c3b9fbebf4ba415a9d602a6b433352763d4f351dba3d91ce186cd00844dc5536dfe78ad0d191bb62e8f315c763884d0a57f1da0ce7c55c
2 parents 03c7368 + 3cb5d35 commit 721eb54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cargo update -p tokio-util --precise "0.7.11"
5252
cargo update -p indexmap --precise "2.5.0"
5353
cargo update -p security-framework-sys --precise "2.11.1"
54+
cargo update -p [email protected] --precise "0.23.17"
5455
- name: Build
5556
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
5657
- name: Test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ cargo update -p tokio --precise "1.38.1"
7878
cargo update -p tokio-util --precise "0.7.11"
7979
cargo update -p indexmap --precise "2.5.0"
8080
cargo update -p security-framework-sys --precise "2.11.1"
81+
cargo update -p [email protected] --precise "0.23.17"
8182
```
8283

8384
## License

0 commit comments

Comments
 (0)