Commit 4f17a05
committed
Merge #18: Add
9766b0d Add -j1 to docs build invocation (Tobin C. Harding)
Pull request description:
After upgrade of `hashes` but before we upgrade it in `secp` we get multiple versions in the dep tree. This makes the docs build choke because output directory uses the name of the crate (without the version) which then conflicts and causes the build to fail.
Adding `-j1` so that only a single job is run when building the docs resolves the issue.
ACKs for top commit:
apoelstra:
utACK 9766b0d
Tree-SHA512: 8851f9d1ae7402577a1fa3b773c2caa8800adf214b94fd7140ec4599685377b7a5b1a222c34bdefbd812020c4896fafaa348b4fd20594c12ddc0191a14e588e3-j1 to docs build invocation1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
283 | | - | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments