Skip to content

Commit 4c0c0f4

Browse files
author
cranko
committed
Release commit created with Cranko.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.2.0" age = 24 [[projects]] qnames = ["tectonic_xetex_format", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.2.0" age = 18 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.4.0" age = 3 [[projects]] qnames = ["tectonic_geturl", "cargo"] version = "0.3.1" age = 3 [[projects]] qnames = ["tectonic_docmodel", "cargo"] version = "0.1.2" age = 3 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.0" age = 28 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.4" age = 3 [[projects]] qnames = ["tectonic_bundles", "cargo"] version = "0.2.0" age = 5 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.2.0" age = 24 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.2.1" age = 6 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.2.4" age = 3 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.2.0" age = 24 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.5" age = 12 [[projects]] qnames = ["tectonic_bridge_core", "cargo"] version = "0.3.0" age = 6 [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] version = "0.1.1" age = 5 [[projects]] qnames = ["tectonic_pdf_io", "cargo"] version = "0.1.2" age = 6 [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] version = "0.2.0" age = 2 [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] version = "0.1.3" age = 10 [[projects]] qnames = ["tectonic_engine_spx2html", "cargo"] version = "0.1.1" age = 0 [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] version = "0.1.3" age = 12 [[projects]] qnames = ["tectonic", "cargo"] version = "0.8.1" age = 1 +++
2 parents 48a8770 + e0171ad commit 4c0c0f4

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tectonic_bridge_core = { path = "crates/bridge_core", version =">=0.3.0,<1"}
7373
tectonic_bundles = { path = "crates/bundles", version =">=0.2.0,<1", default-features = false }
7474
tectonic_docmodel = { path = "crates/docmodel", version =">=0.1.2,<1", optional = true }
7575
tectonic_engine_bibtex = { path = "crates/engine_bibtex", version =">=0.1.0,<1"}
76-
tectonic_engine_spx2html = { path = "crates/engine_spx2html", version =">=0.1.0,<1"}
76+
tectonic_engine_spx2html = { path = "crates/engine_spx2html", version =">=0.1.1,<1"}
7777
tectonic_engine_xdvipdfmx = { path = "crates/engine_xdvipdfmx", version =">=0.1.0,<1"}
7878
tectonic_engine_xetex = { path = "crates/engine_xetex", version =">=0.2.0,<1"}
7979
tectonic_errors = { path = "crates/errors", version =">=0.1.0,<1"}
@@ -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:2021-10-29:96yOlD8"
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/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# tectonic_engine_spx2html 0.1.1 (2022-03-02)
2+
3+
- Use the new pinot 0.1.4, which adds the new APIs needed by Tectonic (#870,
4+
@pkgw). This should fix `cargo install tectonic`, which didn't work because
5+
Git repositories can't be used as Crates.io dependencies.
6+
7+
18
# tectonic_engine_spx2html 0.1.0 (2022-02-28)
29

310
Introduce this crate, which starts implementing Tectonic's HTML output. It uses

crates/engine_spx2html/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "tectonic_engine_spx2html"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
authors = ["Peter Williams <peter@newton.cx>"]
1010
description = """
1111
The Tectonic engine that converts SPX output to HTML.
@@ -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.2.0,<1"}
2525
tectonic_errors = { path = "../errors", version =">=0.1.0,<1"}
2626
tectonic_io_base = { path = "../io_base", version =">=0.4.0,<1"}

0 commit comments

Comments
 (0)