Skip to content

YANKED - 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 08:53
5045e8d

Added

  • Implement no_std environment support for all features except streaming

Removed

  • Set default-features to false
  • Removed unnecessary thiserror package

Changed

  • Refactored custom Error enum to not depend on thiserror and to only use std for the stream feature
  • Use alloc and core in place of std where possible