Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the zlib feature of flate2 #6317

Merged
merged 1 commit into from
Nov 14, 2018
Merged

Enable the zlib feature of flate2 #6317

merged 1 commit into from
Nov 14, 2018

Conversation

alexcrichton
Copy link
Member

We're already pulling in zlib for other dependencies like curl/libgit2
so there's not really much use in duplicating the compression code with
miniz, so let's instruct flate2 to use libz as well to compress and
decompress chunks.

We're already pulling in zlib for other dependencies like curl/libgit2
so there's not really much use in duplicating the compression code with
miniz, so let's instruct `flate2` to use libz as well to compress and
decompress chunks.
@dwijnand
Copy link
Member

SGTM!

@bors: r+

@bors
Copy link
Collaborator

bors commented Nov 14, 2018

📌 Commit d9eca8c has been approved by dwijnand

@bors
Copy link
Collaborator

bors commented Nov 14, 2018

⌛ Testing commit d9eca8c with merge ac0bb47...

bors added a commit that referenced this pull request Nov 14, 2018
Enable the `zlib` feature of `flate2`

We're already pulling in zlib for other dependencies like curl/libgit2
so there's not really much use in duplicating the compression code with
miniz, so let's instruct `flate2` to use libz as well to compress and
decompress chunks.
@bors
Copy link
Collaborator

bors commented Nov 14, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: dwijnand
Pushing ac0bb47 to master...

@bors bors merged commit d9eca8c into rust-lang:master Nov 14, 2018
@alexcrichton alexcrichton deleted the zlib branch May 6, 2019 18:13
@est31 est31 mentioned this pull request Nov 16, 2020
@ehuss ehuss added this to the 1.32.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants