v4.2.0
Release boba
4.2.0.
boba
is published on crates.io.
This release fixes a bug in boba
's minimal dependency declaration for bstr
. #71
Updating the version of boba
you depend on to 4.2
will allow boba
to build when generating a lockfile with minimal depdenency versions, e.g.
cargo +nightly generate-lockfile -Z minimal-versions
Declare boba
in Cargo.toml
like:
[dependencies]
boba = "4.2"