Release 5.0.0 of boba
.
boba
is published on crates.io.
Breaking changes
- Remove
alloc
feature.boba
has a required dependency on thealloc
crate, but gates the availability of thealloc
crate with the alloc feature.boba
4.x did not build when compiling with--no-default-features
. Makealloc
a non-optional dependency. #160
Testing improvements
- Add a test that the
impl Display for DecodeError
is non-empty. #157