v0.4.0 (2024-06-20)
- Update
heapless
to version0.8
(#3) - Remove the
Deref
implementation toheapless
and implementDeref<Target = [u8]>
directly (#8) - Add conversions between
[u8; N]
andheapless::Vec<u8, N>
. Theheapless
conversions are behind theheapless-0.8
feature flag so thatheapless
can be bumped without a semver-breaking change in the future (#6 and #8) - Add
Bytes::increase_capacity
(#6)