gyscos / zstd-rs

A rust binding for the zstd compression library.
MIT License
527 stars 112 forks source link

Bump zstd-safe patch version #216

Closed cgbur closed 1 year ago

cgbur commented 1 year ago

Merging and publishing would allow #215 to be fixed. If there are other changes maybe this needs to be a minor bump.

cgbur commented 1 year ago

This is actually a breaking change if someone was testing for a panic and there is not one previous. However this in general was a lessening of the bounds. I don't know if this should be a minor or path change.

gyscos commented 1 year ago

zstd-sys 2.0.8 has been released with the upstream zstd 1.5.5. It does not require a change in zstd-safe.

gyscos commented 1 year ago

Ah wait I may have confused this PR for another issue. My bad.