Commit a41db82
committed
Merge #1846: Fix CI
6be6d06 docs(chain): Fix docs for `KeychainTxOutIndex` (志宇)
5ba4d68 ci: Pin `native-tls` to `0.2.13` (志宇)
Pull request description:
### Description
This PR makes CI happy again.
* CI complained about docs here. https://github.com/bitcoindevkit/bdk/actions/runs/13420654916/job/37492201157
* CI complained about MSRV not being satisfied. https://github.com/bitcoindevkit/bdk/actions/runs/13420654913/job/37492254119
### 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:
ValuedMammal:
ACK 6be6d06
Tree-SHA512: 87029e01c0e988863603353002c674c40cf1ebd7fa94e7430141ad49cbba770c6b7219ceb8eb001552319c8f352100b2461c8c0c1a6e977d58b8fd8e0c90d0b8File tree
3 files changed
+3
-1
lines changed- .github/workflows
- ci
- crates/chain/src/indexer
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments