Skip to content

Commit aff8617

Browse files
authored
Merge pull request #869 from pkgw/patch-workaround
engine_spx2html: try to fix released crates.io artifacts
2 parents 09bfedc + 642c22f commit aff8617

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ tectonic_cfg_support = "thiscommit:aeRoo7oa"
142142
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"
143143
tectonic_docmodel = "thiscommit:2022-02-20:2SpEl4c"
144144
tectonic_engine_bibtex = "thiscommit:2021-01-17:KuhaeG1e"
145-
tectonic_engine_spx2html = "thiscommit:2021-10-29:96yOlD8"
145+
tectonic_engine_spx2html = "thiscommit:2022-03-01:lfIdfFH"
146146
tectonic_engine_xdvipdfmx = "7dcbc52e58f9774b3d592919a9105377faeac509"
147147
tectonic_engine_xetex = "thiscommit:2022-02-20:J4dXT3x"
148148
tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"

crates/engine_spx2html/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ tectonic_xdv = { path = "../xdv", version = "0.0.0-dev.0" }
2929
tempfile = "^3.1"
3030
tera = "^1.13"
3131

32+
# This statement currently (2022 Mar) leads to a warning on every Cargo invocation,
33+
# but I think that is needed for `cargo install tectonic` to work with released
34+
# packages: https://github.com/rust-lang/cargo/issues/10440 :-(
35+
[patch.crates-io]
36+
pinot = { git = 'https://github.com/tectonic-typesetting/pinot', branch = 'basic-math' }
37+
3238
[package.metadata.internal_dep_versions]
3339
tectonic_bridge_core = "4e16bf963700aae59772a6fb223981ceaa9b5f57"
3440
tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"

0 commit comments

Comments
 (0)