--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field ImageDataBits.lzw_compressed_data in /tmp/.tmpuC4y61/vpin/src/vpx/image.rs:38
--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---
Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/struct_pub_field_missing.ron
Failed in:
field data of struct ImageDataBits, previously in file /tmp/.tmpMoxsB5/vpin/src/vpx/image.rs:36
🤖 New release
vpin
: 0.13.0 -> 0.14.0 (⚠️ API breaking changes)⚠️
vpin
breaking changesChangelog
This PR was generated with release-plz.