Commit 9766b0d
committed
Add -j1 to docs build invocation
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.1 parent 906ffd4 commit 9766b0d
1 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