-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
upgrade zlib-rs to version 0.4.2
#466
Conversation
I'm good with a new release. As I said in a previous PR, I think that the MSRV bump deserves a minor version bump (3.1.0). But I'll leave that to @Byron to decide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the update.
And thanks for the reminder, @jongiddy, let's have that minor bump instead.
bump flate2 to 1.1.0 (minor version bump because of an MSRV bump)
ee76528
to
13104a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your help!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Don't know where I got 3.1.0 from!
we'd like to announce the new zlib-rs release tomorrow, and for that it would be helpful to also have a flate2 release that uses it. It's totally fine if it takes a little longer, but if there are no blockers, we'd appreciate it sooner. |
Apologies, I did forget to hit the merge button. On the bright side, the release is now available as well: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.0 |
excellent, thanks! |
A bunch of performance improvements release notes.
I've also bumped the flate2 version, we'd like to use this and it looks like some good stuff has been added since the last release.