From 1e81babea8ab402d21ae04960ffff32e8bcff1f4 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Wed, 20 Jul 2022 18:14:17 +1000 Subject: [PATCH] Enable feature "static" of dep xz2 Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85363916..d3449ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tinytemplate = "1.2.1" tokio = { version = "1.20.0", features = ["rt-multi-thread", "process", "sync"], default-features = false } toml = "0.5.9" url = "2.2.2" -xz2 = "0.1.6" +xz2 = { version = "0.1.6", features = ["static"] } # Disable all features of zip except for features of compression algorithms: # Disabled features include: