mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Use flate2/zlib-rs for dev/release build (#2068)
* Add feature zlib-rs to binstalk-downloader Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Add feature zlib-rs to binstalk Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Add feature zlib-rs to cargo-binstall Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Enable zlib-rs for CI build pipeline Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
72ddf9c3f4
commit
712ad730a6
4 changed files with 5 additions and 22 deletions
|
@ -56,6 +56,7 @@ static = ["binstalk-downloader/static"]
|
|||
pkg-config = ["binstalk-downloader/pkg-config"]
|
||||
|
||||
zlib-ng = ["binstalk-downloader/zlib-ng"]
|
||||
zlib-rs = ["binstalk-downloader/zlib-rs"]
|
||||
|
||||
rustls = ["binstalk-downloader/rustls", "binstalk-registry/rustls"]
|
||||
native-tls = ["binstalk-downloader/native-tls", "binstalk-registry/native-tls"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue