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

Use `portable_atomic` instead of `atomic-polyfill` #251

Closed taks closed 9 months ago

taks commented 9 months ago

Fix #250

matklad commented 9 months ago

CI failure is legitimate

matklad commented 9 months ago

Looking good now, thanks! Could you also bump version in Cargo.toml to 1.19.0 and add the corresponding changlelog.md entry? That way, the new version would be released as soon as the PR is merged!

matklad commented 9 months ago

bors r+

Thanks!

matklad commented 9 months ago

Hm,

bors ping

matklad commented 9 months ago

Ok, apparently the public instance of borsh.tech shut down, while the merge queue isn't available for individual repositories yet?

Merging manually!