You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out you don't generally need zlib as `flate2` bundles `miniz.c` as the default implementation, so have skipped this for now. The high use count of `zlib-sys` on crates.io may be due to flate2 having it as an optional dependency.
38
-
39
-
NB: Make sure you are using curl crate version >= 0.2.17 if using curl.
39
+
You shouldn't need zlib as `flate2` bundles `miniz.c` as the default implementation.
0 commit comments