gyscos / zstd-rs

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

Bump zstd-sys version in zstd-safe #261

Closed ryanking13 closed 9 months ago

ryanking13 commented 9 months ago

Hi, we are building a library targeting wasm32-unknown-emscripten that uses zstd, and noticed that recent zstd-sys updates regarding emscripten (https://github.com/gyscos/zstd-rs/pull/209, https://github.com/gyscos/zstd-rs/commit/92f87dca4987555fe8a87504dea68b37a29d62b9) are not applied to zstd-safe 7.0.0. It would be great to have a new release that includes these updates.

NobodyXu commented 9 months ago

It's a patch update, you can simply update your Cargo.lock

ryanking13 commented 9 months ago

Oh, I see. Thanks, that works.