Releases: rustne-kretser/atomic_once_cell
Releases · rustne-kretser/atomic_once_cell
v0.2.0
v0.1.6
What's Changed
- feat: support serde serialisation and desalinisation by @aminya in #17
- Bumped version to 0.1.6 by @eivindbergem in #19
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Use atomic-polyfill to support non-CAS targets. by @eivindbergem in #12
- Make crossbeam-utils dep default-features = false to allow building without std by @jmesmon in #13
- Use immutable reference in
get()to keep miri happy by @eivindbergem in #15 - Bump to version 0.1.5 by @eivindbergem in #16
New Contributors
Full Changelog: v0.1.3...v0.1.5
v0.1.3
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
What's Changed
- Doc improvements by @eivindbergem in #5
- Bump to version v0.1.2 by @eivindbergem in #6
Full Changelog: v0.1.1...v0.1.2
v0.1.1
[0.1.1] - 2021-12-22
Added
- Non-blocking methods in order to use
AtomicLazyfrom interrupt handlers.
v0.1.0
First release