Skip to content

Commit 23bae3e

Browse files
committed
Merge #1590: ci: pin tokio-util dependency version to build with rust 1.63
ea6876b ci: pin `tokio-util` 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 --> `tokio-util` version 0.7.12 raised `msrv` to 1.70. The previous version 0.7.11 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 tokio-util 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 ea6876b Tree-SHA512: f200dc753fabe993bf926506e213d16050808b00eeb9c2d36fbd45cb62e0611300c660839ea37e17b0513cba2a5da48321e186d173d2871b45d2fce266f4f2b0
2 parents 60acb9b + ea6876b commit 23bae3e

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
@@ -48,6 +48,7 @@ jobs:
4848
cargo update -p url --precise "2.5.0"
4949
cargo update -p cc --precise "1.0.105"
5050
cargo update -p tokio --precise "1.38.1"
51+
cargo update -p tokio-util --precise "0.7.11"
5152
- name: Build
5253
run: cargo build ${{ matrix.features }}
5354
- name: Test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ cargo update -p proptest --precise "1.2.0"
7575
cargo update -p url --precise "2.5.0"
7676
cargo update -p cc --precise "1.0.105"
7777
cargo update -p tokio --precise "1.38.1"
78+
cargo update -p tokio-util --precise "0.7.11"
7879
```
7980

8081
## License

0 commit comments

Comments
 (0)