Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #6317 - alexcrichton:zlib, r=dwijnand
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.
- Loading branch information