Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 20:09
· 185 commits to main since this release
  • Use portable-atomic crate on no-std targets to soundly support targets that do not have atomic load/store. (#4)

  • inline-always optional feature is now considered unstable.

  • Remove atomic_memcpy_unsafe_volatile cfg.

  • Remove unstable no-panic optional feature.