mirror of https://github.com/stelzo/typst.git
Statically link xz2 (#4463)
This commit is contained in:
parent
906de589ce
commit
4c22ffa612
|
|
@ -53,7 +53,7 @@ tar = { workspace = true }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
toml = { workspace = true }
|
toml = { workspace = true }
|
||||||
ureq = { workspace = true }
|
ureq = { workspace = true }
|
||||||
xz2 = { workspace = true, optional = true }
|
xz2 = { workspace = true, optional = true, features = ["static"] }
|
||||||
zip = { workspace = true, optional = true }
|
zip = { workspace = true, optional = true }
|
||||||
|
|
||||||
# Explicitly depend on OpenSSL if applicable, so that we can add the
|
# Explicitly depend on OpenSSL if applicable, so that we can add the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue