From 4c22ffa61230466f8141471ef72e74451a9a09a8 Mon Sep 17 00:00:00 2001 From: Adrian Freund Date: Sat, 6 Jul 2024 10:33:29 +0200 Subject: [PATCH] Statically link xz2 (#4463) --- crates/typst-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 9f90f430d..25bcabf0c 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