anderslanglands / ustr

Fast, FFI-friendly string interning for Rust
Other
151 stars 26 forks source link

New release with parking_lot version bump #32

Closed QuinnWilton closed 10 months ago

QuinnWilton commented 1 year ago

Hi Anders!

First off, thanks for the wonderful crate: it was super easy to get started with, and did exactly what I needed :)

I ran into a slight roadbump while trying to use the published version of library through wasm-bindgen, due to the incompatible version of parking_lot. You fixed that in https://github.com/anderslanglands/ustr/commit/f5cb2859e31530d3e2771be98d7e18169414b431, and I'm able to get things running by pinning to that specific commit, but I was wondering whether you'd be able to cut a new release of the crate, so people don't run into this out of the box?

I know that winter holidays are just wrapping up, so I totally understand if you can't get to this anytime soon or anything!

Regardless, thanks a ton!