Skip to content

v4.2.0

Compare
Choose a tag to compare
@lopopolo lopopolo released this 06 Jan 04:36
8b64430

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"