Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

0.11.0

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 25 Feb 01:46
· 91 commits to master since this release

Breaking Changes

  • Transport errors must now be Send + Sync; this allows our own Error type to be Send + Sync, which makes it more useful for downstream crates (see: API guidelines) (#39)