Skip to content

Tokio v1.8.4

Compare
Choose a tag to compare
@hawkw hawkw released this 17 Nov 18:01
· 1482 commits to master since this release

1.8.4 (November 15, 2021)

This release backports a bugfix for a data race when sending and receiving on a
closed oneshot channel ([RUSTSEC-2021-0124]) from v1.13.1.

Fixed

  • sync: fix a data race between oneshot::Sender::send and awaiting a
    oneshot::Receiver when the oneshot has been closed (#4226)