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
This repo badly needs a proper CI (preferably github actions for convenience), and as part of it it should include semver compatibility check. Simply add - uses: obi1kenobi/cargo-semver-checks-action@v2 step into the github action, and it will do all the hard work.
Otherwise users of cargo install <project-that-uses-freetype-rs> will break like here
The text was updated successfully, but these errors were encountered:
Hi, thanks for the hard work on doing this!
This repo badly needs a proper CI (preferably github actions for convenience), and as part of it it should include semver compatibility check. Simply add
- uses: obi1kenobi/cargo-semver-checks-action@v2
step into the github action, and it will do all the hard work.Otherwise users of
cargo install <project-that-uses-freetype-rs>
will break like hereThe text was updated successfully, but these errors were encountered: