obi1kenobi / cargo-semver-checks

Scan your Rust crate for semver violations.
Apache License 2.0
1.18k stars 75 forks source link

New API entry lint, minor incompatibility level #59

Open epage opened 2 years ago

epage commented 2 years ago

Technically, semver says that these are minor changes.

Not all want to treat it as such and is an example of why people would want control over lints treatments, see #58

obi1kenobi commented 1 year ago

Blocked on #58, since my understanding is that Rust has not thus far issued strict guidance on minor vs patch, and if we build this before #58 then there's going to be guaranteed pushback.