Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cargo semver checks #1905

Open
WesleyRosenblum opened this issue Aug 10, 2023 · 0 comments
Open

Add cargo semver checks #1905

WesleyRosenblum opened this issue Aug 10, 2023 · 0 comments

Comments

@WesleyRosenblum
Copy link
Contributor

Problem:

We need a way to validate that our public API does not make non backward compatible changes

Solution:

Setup a solution like https://github.com/obi1kenobi/cargo-semver-checks-action

  • Does this change what s2n-quic sends over the wire? No
  • Does this change any public APIs? --> No

Requirements / Acceptance Criteria:

Our CI will catch breaking API changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant