diff options
| author | Adrian Freund <adrian@freund.io> | 2024-07-06 10:33:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-06 08:33:29 +0000 |
| commit | 4c22ffa61230466f8141471ef72e74451a9a09a8 (patch) | |
| tree | 2585d370ca9c792d3eb55dfa41a28187a7d7d9f9 | |
| parent | 906de589cef8184f5bc8b1526b1783bad614cd0e (diff) | |
Statically link xz2 (#4463)
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 9f90f430..25bcabf0 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -53,7 +53,7 @@ tar = { workspace = true } tempfile = { workspace = true } toml = { workspace = true } ureq = { workspace = true } -xz2 = { workspace = true, optional = true } +xz2 = { workspace = true, optional = true, features = ["static"] } zip = { workspace = true, optional = true } # Explicitly depend on OpenSSL if applicable, so that we can add the |
