Closed joshtriplett closed 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.
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.