-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.1.12" age = 19 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.2.0" age = 19 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.2.0" age = 13 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.3.1" age = 0 [[projects]] qnames = ["tectonic_geturl", "cargo"] version = "0.3.0" age = 1 [[projects]] qnames = ["tectonic_docmodel", "cargo"] version = "0.1.1" age = 1 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.0" age = 23 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.3" age = 19 [[projects]] qnames = ["tectonic_bundles", "cargo"] version = "0.2.0" age = 0 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.2.0" age = 19 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.2.1" age = 1 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.2.3" age = 0 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.2.0" age = 19 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.5" age = 7 [[projects]] qnames = ["tectonic_bridge_core", "cargo"] version = "0.3.0" age = 1 [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] version = "0.1.1" age = 0 [[projects]] qnames = ["tectonic_pdf_io", "cargo"] version = "0.1.2" age = 1 [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] version = "0.1.4" age = 3 [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] version = "0.1.3" age = 5 [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] version = "0.1.3" age = 7 [[projects]] qnames = ["tectonic", "cargo"] version = "0.7.1" age = 2 +++
- Loading branch information
Showing
10 changed files
with
65 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bridge_harfbuzz" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Expose the Harfbuzz C/C++ APIs to Rust/Cargo. | ||
|
@@ -20,7 +20,7 @@ links = "harfbuzz" | |
exclude = ["/harfbuzz/docs/", "/harfbuzz/perf/", "/harfbuzz/test/"] | ||
|
||
[dependencies] | ||
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.0,<1"} | ||
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.1,<1"} | ||
tectonic_bridge_icu = { path = "../bridge_icu", version =">=0.2.0,<1"} | ||
|
||
[build-dependencies] | ||
|
@@ -31,6 +31,6 @@ tectonic_dep_support = { path = "../dep_support", version =">=0.1.0,<1"} | |
external-harfbuzz = [] | ||
|
||
[package.metadata.internal_dep_versions] | ||
tectonic_bridge_graphite2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_graphite2 = "2722731f9e32c6963fe8c8566a201b33672c5c5a" | ||
tectonic_bridge_icu = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_bundles" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Tectonic "bundle" (support file collection) implementations. | ||
|
@@ -21,7 +21,7 @@ edition = "2018" | |
flate2 = { version = "^1.0.19", default-features = false, features = ["zlib"] } | ||
fs2 = "^0.4" | ||
tectonic_errors = { path = "../errors", version =">=0.2.0,<1"} | ||
tectonic_geturl = { path = "../geturl", version =">=0.2.0,<1", default-features = false } | ||
tectonic_geturl = { path = "../geturl", version =">=0.3.0,<1", default-features = false } | ||
tectonic_io_base = { path = "../io_base", version =">=0.3.0,<1"} | ||
tectonic_status_base = { path = "../status_base", version =">=0.1.0,<1"} | ||
zip = { version = "^0.5", default-features = false, features = ["deflate"] } | ||
|
@@ -34,6 +34,6 @@ native-tls-vendored = ["tectonic_geturl/native-tls-vendored"] | |
|
||
[package.metadata.internal_dep_versions] | ||
tectonic_errors = "5c9ba661edf5ef669f24f9904f99cca369d999e7" | ||
tectonic_geturl = "c828bee7361ebd30e28392507a1406d27dc8fdbb" | ||
tectonic_geturl = "68c5fc525c5fead75913bd90380043761bde9f61" | ||
tectonic_io_base = "thiscommit:2021-06-13:s9130zU" | ||
tectonic_status_base = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
[package] | ||
name = "tectonic_io_base" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Basic types for Tectonic's pluggable I/O backend system | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[package] | ||
name = "tectonic_xetex_layout" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
XeTeX's font loading and layout interface encapsulation, as a crate. | ||
|
@@ -21,7 +21,7 @@ links = "tectonic_xetex_layout" | |
[dependencies] | ||
tectonic_bridge_core = { path = "../bridge_core", version =">=0.1.0,<1"} | ||
tectonic_bridge_freetype2 = { path = "../bridge_freetype2", version =">=0.2.0,<1"} | ||
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.0,<1"} | ||
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.1,<1"} | ||
tectonic_bridge_harfbuzz = { path = "../bridge_harfbuzz", version =">=0.2.0,<1"} | ||
tectonic_bridge_icu = { path = "../bridge_icu", version =">=0.2.0,<1"} | ||
|
||
|
@@ -35,7 +35,7 @@ external-harfbuzz = ["tectonic_bridge_harfbuzz/external-harfbuzz"] | |
|
||
[package.metadata.internal_dep_versions] | ||
tectonic_bridge_core = "thiscommit:2021-01-16:wie2Ejoh" | ||
tectonic_bridge_graphite2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_graphite2 = "2722731f9e32c6963fe8c8566a201b33672c5c5a" | ||
tectonic_bridge_freetype2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_harfbuzz = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_icu = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
|