Commit ecfe271
committed
Merge #2151: fix(ci): pin toolchain, and switch to
c99a547 fix(ci): pin toolchain, and switch to `actions-rust-lang/setup-rust-toolchain` (valued mammal)
Pull request description:
### Description
Currently the code coverage step is failing on `release/chain-0.23.x`, this PR applies the fix that's currently in master.
### Changelog notice
```
### Changed
- ci(coverage): switch to `action-rust-lang/setup-rust-toolchain`.
- ci(coverage): pin toolchain to `nightly-2025-11-27`.
```
### Checklists
#### All Submissions:
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
#### Bugfixes:
* [x] This pull request breaks the existing API
* [x] I've added tests to reproduce the issue which are now passing
* [x] I'm linking the issue being fixed by this PR
ACKs for top commit:
luisschwab:
ACK c99a547
Tree-SHA512: bf7d28fc243d6248736a5db8416bc128aeb0bf9be14360105f013e732d0a6a6113dc46a017d09655e56a46c0d485552392c554535fe3efddddf83b4b0593a631actions-rust-lang/setup-rust-toolchain
2 files changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments