From d68797e7e63e91823e5f001a5d2aba375db4279e Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:52:04 +1100 Subject: [PATCH] Add feature zlib-rs to cargo-binstall Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/bin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index f0b0a9fc..6e3dec6f 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -63,6 +63,7 @@ static = ["binstalk/static"] pkg-config = ["binstalk/pkg-config"] zlib-ng = ["binstalk/zlib-ng"] +zlib-rs = ["binstalk/zlib-rs"] rustls = ["binstalk/rustls"] native-tls = ["binstalk/native-tls"]