Closed domenukk closed 1 year ago
@domenukk Thanks for the two excellent PRs. Both are merged and I'll release a new version shortly. If you are interested in contributing more, I'd be happy to add you as a full contributor on the project.
Thanks for merging! I'll gladly send more PRs if I come across other things :)
Is there a release on crates with these fixes yet?
I just pushed 0.2.5 with a cargo update bump and all the latest changes, so that's definitely up-to-date!
Thank you! :)
On master, the following test succeeds to mutate and read the mutable static test boolean without the use of an
unsafe
keyword:This PR fixes the issue