Skip to content

Releases: rustne-kretser/atomic_once_cell

v0.2.0

13 Feb 08:02

Choose a tag to compare

  • Handle empty AtomicOnceCell in deserialization #20
  • Replaced deprecated dependency #21

v0.1.6

21 Sep 09:28
f527eb0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

25 Mar 07:40
5b25333

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.5

v0.1.3

04 Mar 13:25
dc74827

Choose a tag to compare

What's Changed

Added

  • Added miri test.

Fixed

  • Uncovered by miri: Use compare_exchange() instead of
    compare_exchange_weak(), because the latter can spuriously fail.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Dec 11:52
dcdf0b0

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Dec 22:45
94dd5a2

Choose a tag to compare

[0.1.1] - 2021-12-22

Added

  • Non-blocking methods in order to use AtomicLazy from interrupt handlers.

v0.1.0

21 Dec 21:29
723ce32

Choose a tag to compare

First release