Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates the
zlib-ng
submodule from the 2.2.1 tag to the 2.2.2 tag, since the patch release 2.2.2 came out several days ago.I had originally looked into this in the hope that it would help with #200, but as described in #200 (comment) it looks like it does not help with that at least on some systems including the RISC-V test system I am using, even though it includes a change that tries to do so. Nonetheless, it seems to me that it may be valuable to bump the submodule to this new stable bugfix/patch release, in view of its several improvements.
The submodule version was last increased here in 33dff11 (#211). Unlike that change, this one is just a patch release, and as far as I can tell from building it locally, it looks like just bumping the submodule commit ID, without having to modify any build scripts or other files, may be sufficient here.
If this PR is merged, that does not necessarily require an immediate new release of this project's crates. I'm not sure if it's best to do that as well now or to wait.