Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@xMAC94x xMAC94x released this 03 Jul 13:18
· 110 commits to master since this release
5ce2cc7
  • Deprecate error::NoError in favor of std::convert::Infallible ([#688])
  • Use #[non_exhaustive] for error::Error. Note this bumps the minimum supported rust version to 1.40 ([#688]).
  • Add the derive feature that enables all derive-related smaller features
    (specs-derive and shred-derive currently).