Skip to content

Dependency fixes

Compare
Choose a tag to compare
@release-drafter release-drafter released this 26 Jul 17:09
· 417 commits to master since this release

Fixed

  • Fix dependency issues with futures-util-preview where not including futures-preview downstream would result in the io feature being missing and causing a compile error.
  • Replace an unnecessary use of unsafe with the pin_mut! macro from futures-util-preview.