Skip to content

Commit 734cb66

Browse files
authored
Merge pull request #870 from pkgw/no-patch
Avoid using patched Pinot
2 parents aff8617 + ef5ade1 commit 734cb66

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ url = "^2.0"
8989
watchexec = "^1.15.3"
9090
zip = { version = "^0.5", default-features = false, features = ["deflate"] }
9191

92-
[patch.crates-io]
93-
pinot = { git = 'https://github.com/tectonic-typesetting/pinot', branch = 'basic-math' }
94-
9592
[features]
9693
default = ["geturl-reqwest", "serialization"]
9794

@@ -142,7 +139,7 @@ tectonic_cfg_support = "thiscommit:aeRoo7oa"
142139
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"
143140
tectonic_docmodel = "thiscommit:2022-02-20:2SpEl4c"
144141
tectonic_engine_bibtex = "thiscommit:2021-01-17:KuhaeG1e"
145-
tectonic_engine_spx2html = "thiscommit:2022-03-01:lfIdfFH"
142+
tectonic_engine_spx2html = "thiscommit:2022-03-02:IQWAncv"
146143
tectonic_engine_xdvipdfmx = "7dcbc52e58f9774b3d592919a9105377faeac509"
147144
tectonic_engine_xetex = "thiscommit:2022-02-20:J4dXT3x"
148145
tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"

crates/engine_spx2html/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = "2018"
2020
[dependencies]
2121
byteorder = "^1.4"
2222
percent-encoding = "^2.1"
23-
pinot = "^0.1"
23+
pinot = "^0.1.4"
2424
tectonic_bridge_core = { path = "../bridge_core", version = "0.0.0-dev.0" }
2525
tectonic_errors = { path = "../errors", version = "0.0.0-dev.0" }
2626
tectonic_io_base = { path = "../io_base", version = "0.0.0-dev.0" }
@@ -29,12 +29,6 @@ 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-
3832
[package.metadata.internal_dep_versions]
3933
tectonic_bridge_core = "4e16bf963700aae59772a6fb223981ceaa9b5f57"
4034
tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"

0 commit comments

Comments
 (0)