Skip to content

v0.5.5

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 14 Jul 00:59
· 161 commits to master since this release

Added

  • Allow using the serde feature in no_std environments (#385).

Fix

  • Fix BufMut::advance_mut to panic if advanced passed the capacity (#354)..
  • Fix BytesMut::freeze ignoring amount previously advanced (#352).