Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

upgrade zlib-rs to version0.5.1#490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Byron merged 1 commit intorust-lang:mainfromfolkertdev:update-zlib-rs-0.5.1
Jun 7, 2025

Conversation

folkertdev
Copy link
Contributor

https://github.com/trifectatechfoundation/zlib-rs/releases/tag/v0.5.1

Fixes some minor bugs and improves performance.

Copy link
Member

@ByronByron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks a lot!

@ByronByron merged commitac4d950 intorust-lang:mainJun 7, 2025
15 checks passed
@@ -468,7 +468,7 @@ mod c_backend {
#[cfg(feature ="zlib-ng")]
constZLIB_VERSION:&str ="2.1.0.devel\0";
#[cfg(all(not(feature ="zlib-ng"), feature ="zlib-rs"))]
constZLIB_VERSION:&str ="1.3.0-zlib-rs-0.5.0\0";
constZLIB_VERSION:&str ="1.3.0-zlib-rs-0.5.1\0";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I just realised that if it wasn't for this string,flate2 wouldn't need a release ifzlib-rs increases its patch level.
Something I am wondering about is if this lock-step releasing is truly required for everything to work?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

As far as I can tell, the only thing thatzlib-rs actually cares about is thatthe first byte of the string is a '1' character.

Byron reacted with thumbs up emoji
@Byron
Copy link
Member

A new release is now available:https://github.com/rust-lang/flate2-rs/releases/tag/1.1.2

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ByronByronByron approved these changes

@finteliafinteliafintelia left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@folkertdev@Byron@fintelia

[8]ページ先頭

©2009-2025 Movatter.jp