Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit 93ad8ea

Browse files
committed
fix(cli): add missing feature flag for vendoring openssl
1 parent 5fd453b commit 93ad8ea

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Cargo.lock

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

crates/typst-test-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ ureq = { workspace = true, default-features = false, features = ["native-tls", "
5656
[features]
5757
default = ["embed-fonts"]
5858
embed-fonts = ["typst-kit/embed-fonts"]
59+
vendor-openssl = ["typst-kit/vendor-openssl"]

0 commit comments

Comments
 (0)