Commit cbf56c3
committed
Merge rust-bitcoin/rust-miniscript#678: CI: Pin cc for MSRV build
fb0fc1d0e2d5908cb1733de726ebec500f873acf CI: Pin cc for MSRV build (Tobin C. Harding)
Pull request description:
The `cc` dependency just stopped working for MSRV build with error
error: package `cc v1.0.96` cannot be built because it requires
rustc 1.63 or newer, while the currently active rustc version is
1.56.1
Pin `cc` back to an earlier version for MSRV build.
ACKs for top commit:
apoelstra:
ACK fb0fc1d0e2d5908cb1733de726ebec500f873acf
Tree-SHA512: 95b952ed2c5c3ac0580fbc1017b6fb8b50c6ced1b5b80b58749fa734b5256d03e82a9baa2305dc37a642d9ae732a60a0b68d783c88f54b480a91b1e1eaa86fe71 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
0 commit comments