Skip to content

v0.1.12

@faern faern tagged this 26 Jan 20:10
Fixed:
- Fix race condition that could lead to use-after-free if the `Receiver` was polled asynchronously,
  but then dropped before completion. https://github.com/faern/oneshot/pull/74. RUSTSEC-2026-0005
- Fix race conditions/UB around atomic memory orderings. These were found by running tests under
  miri. https://github.com/faern/oneshot/pull/72
Assets 2
Loading