matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.84k stars 110 forks source link

Avoid unnecessary synchronization in `{force,deref}_mut` #231

Closed danielhenrymantilla closed 1 year ago

danielhenrymantilla commented 1 year ago

Fixes #226

matklad commented 1 year ago

Could you bump a patch version in Cargo.toml and add a short note to the Changelog?

matklad commented 1 year ago

bors d+

bors[bot] commented 1 year ago

:v: danielhenrymantilla can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

danielhenrymantilla commented 1 year ago

@matklad I won't approve the PR myself since I have also taken the liberty to add a Cargo.lock.msrv check (while also updating it), which you may want to review 🙂

matklad commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.