We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo-semver-checks/tests/integration_snapshots.rs
Line 56 in 00a7b09
For our build in nixpkgs, this line fails because there is no hash when building, so the snapshot does not match with ([HASH]).
([HASH])
Edit: Screenshot for transparency:
The text was updated successfully, but these errors were encountered:
Line 55 in 00a7b09
- r"cargo-semver-checks \d+\.\d+\.\d+(-[\w\.-]+)? \(\w+(-modified)?\)", + r"cargo-semver-checks \d+\.\d+\.\d+(-[\w\.-]+)? (\(\w+(-modified)?\))?",
should work, I can make a PR later today.
Sorry, something went wrong.
Thank you both! Sorry for the delay, I'm finally back in the game after a bunch of travel and other things going on.
Successfully merging a pull request may close this issue.
cargo-semver-checks/tests/integration_snapshots.rs
Line 56 in 00a7b09
For our build in nixpkgs, this line fails because there is no hash when building, so the snapshot does not match with
([HASH])
.Edit: Screenshot for transparency:
The text was updated successfully, but these errors were encountered: