tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Use default-features=false on libz-sys to allow for zlib-ng #525

Closed joshtriplett closed 3 years ago

joshtriplett commented 3 years ago

libz-sys enables the stock-zlib feature by default, which forces using stock zlib and prevents using zlib-ng in compat mode. Disable default-features, to allow the user of grpcio to determine what zlib implementation to use.