Commit 642c22f
committed
engine_spx2html: try to fix released crates.io artifacts
Attempting to work around something that I think is currently a Cargo
issue, reported here:
rust-lang/cargo#10440
Basically, `cargo install tectonic` seems to fail because our
workspace-level `patch.crates-io` statement isn't propagated into the
sub-crate's Cargo artifact. I think I can work around this by adding an
individual patch statement, at the cost of getting a warning every time
I run Cargo.1 parent 09bfedc commit 642c22f
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
0 commit comments