-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1092 from pkgw/openssl3
Update CI builds to Ubuntu 22.04 / OpenSSL 3
- Loading branch information
Showing
14 changed files
with
75 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Copyright 2020-2021 the Tectonic Project | ||
# Copyright 2020-2023 the Tectonic Project | ||
# Licensed under the MIT License. | ||
|
||
# See README.md for discussion of features (or lack thereof) in this crate. | ||
|
||
[package] | ||
name = "tectonic_bridge_harfbuzz" | ||
version = "0.0.0-dev.0" # assigned with cranko (see README) | ||
version = "0.0.0-dev.0" # assigned with cranko (see README) | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
Expose the Harfbuzz C/C++ APIs to Rust/Cargo. | ||
|
@@ -21,7 +21,6 @@ exclude = ["/harfbuzz/docs/", "/harfbuzz/perf/", "/harfbuzz/test/"] | |
|
||
[dependencies] | ||
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version = "0.0.0-dev.0" } | ||
tectonic_bridge_icu = { path = "../bridge_icu", version = "0.0.0-dev.0" } | ||
|
||
[build-dependencies] | ||
cc = "^1.0.66" | ||
|
@@ -32,5 +31,4 @@ external-harfbuzz = [] | |
|
||
[package.metadata.internal_dep_versions] | ||
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
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.0.0-dev.0" # assigned with cranko (see README) | ||
version = "0.0.0-dev.0" # assigned with cranko (see README) | ||
authors = ["Peter Williams <[email protected]>"] | ||
description = """ | ||
XeTeX's font loading and layout interface encapsulation, as a crate. | ||
|
@@ -38,6 +38,6 @@ tectonic_bridge_core = "thiscommit:2021-01-16:wie2Ejoh" | |
tectonic_bridge_graphite2 = "2722731f9e32c6963fe8c8566a201b33672c5c5a" | ||
tectonic_bridge_freetype2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_harfbuzz = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_icu = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" | ||
tectonic_bridge_icu = "thiscommit:2023-09-17:6uIZ4lA" | ||
tectonic_cfg_support = "thiscommit:aeRoo7oa" | ||
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
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
Oops, something went wrong.