Skip to content

Tokio v1.13.1

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

1.13.1 (November 15, 2021)

This release fixes a data race when sending and receiving on a
closed oneshot channel (RUSTSEC-2021-0124).

Fixed

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