Commit 906ffd4
committed
Merge #16: Do not enable std in feature matrix loop
995f606 Do not enable std in feature matrix loop (Tobin C. Harding)
Pull request description:
We have a bug that is giving false positives in CI because the `std` feature is always enabled when doing feature matrix loop.
Found while hacking on a new `psbt` crate.
ACKs for top commit:
apoelstra:
utACK 995f606
Tree-SHA512: 7502e51d3856c8fd60ed123fa4101d1a9e2624bdb120be1f0630578f1b350286e6219d464c37b31d8948caaa9d99cc5e53a11efdde59b7b1e7378aaebb7373bf1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments