Commit 558896b
committed
Merge rust-bitcoin#4990: Fix CI: Update
19e830b CI: Use --locked when calling cargo public-api (Tobin C. Harding)
e1d874d p2p: Update arbitrary dep to 1.4.1 (Tobin C. Harding)
Pull request description:
CI is currently broken on `master` because a series of recent `serde` updated changed the paths to parts of their API that appear in our API files. Fix this by using our recent lockfile in our check-API CI job.
Also add a patch to fix `just update-lock-files`, which felt that the `arbitrary` dep in `p2p` was underspecified.
(Description written by apoelstra)
ACKs for top commit:
apoelstra:
ACK 19e830b; successfully ran local tests
Tree-SHA512: 966b4f4c0b46a2b3894e12647b7bdae2770b54597644ff8b78b9b26716d461aa1e6860e86e2136e4f8de199b8a7bdb8caa1c7b93fb135015e737c759aa0a5e79arbitrary and update lock filesFile tree
3 files changed
+7
-3
lines changed- .github/workflows
- contrib
- p2p
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
314 | 316 | | |
315 | 317 | | |
316 | 318 | | |
| |||
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
| 325 | + | |
| 326 | + | |
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments