From 27a6f48a3992f7bf79f66553a40efd3fe46a07ba Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:19:27 +1100 Subject: [PATCH] Add feature zlib-rs to binstalk-downloader Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/binstalk-downloader/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 43def914..1213170b 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -88,6 +88,7 @@ static = ["bzip2/static", "xz2/static", "native-tls-crate?/vendored"] pkg-config = ["zstd/pkg-config"] zlib-ng = ["flate2/zlib-ng"] +zlib-rs = ["flate2/zlib-rs"] # Dummy feature, enabled if rustls or native-tls is enabled. # Used to avoid compilation error when no feature is enabled.