projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.04k stars 95 forks source link

Update to self_cell v0.10 #240

Closed Voultapher closed 2 years ago

Voultapher commented 2 years ago

Hi, I'm the author of self_cell and I've recently released a new version and yanked all previous versions due to serious soundness bugs (see https://github.com/Voultapher/self_cell/releases/tag/v0.10.0 for details). These have been addressed and as far as I can tell your project was not directly affected. Regardless I've taken the precaution of yanking all previously affected versions and am now going through reverse dependents updating them. The tests pass and the interface stayed the same so I hope this PR is fine as is.

zbraniecki commented 2 years ago

Ah! I'm sorry! I saw the release in your repo and pushed an update before I checked PRs here :)

Merged in https://github.com/projectfluent/fluent-rs/commit/9518c1ffe91293c4879be028be6a223b15b36832 and new fluent_bundle release pushed as well!

Thanks for your work :)