You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use cargo-semver-checks as a library.
Right now the library only tells if the check was successful or not.
I want to know which checks failed and where.
Describe your use case
I want to use cargo-semver-checks as a library.
Right now the library only tells if the check was successful or not.
I want to know which checks failed and where.
Describe the solution you'd like
Add failed checks to this struct:
cargo-semver-checks/src/lib.rs
Line 418 in 789f130
Alternatives, if applicable
No response
Additional Context
I started working on this.
The text was updated successfully, but these errors were encountered: