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

Use the new cargo-semver-checks GitHub Action #227

Merged
merged 1 commit into from Apr 24, 2023
Merged

Conversation

obi1kenobi
Copy link
Collaborator

It does a lot of stuff "correctly" given that it knows it's running on GitHub. For example:

  • downloads a prebuilt binary, which is much faster than cargo install
  • caches previous versions' rustdoc JSONs to speed up builds

More details here:
https://github.com/obi1kenobi/cargo-semver-checks-action#cargo-semver-checks-action

It does a lot of stuff "correctly" given that it knows it's running on GitHub. For example:
- downloads a prebuilt binary, which is much faster than `cargo install`
- caches previous versions' rustdoc JSONs to speed up builds

More details here:
https://github.com/obi1kenobi/cargo-semver-checks-action#cargo-semver-checks-action

Also, the new cargo-semver-checks v0.20 is more than 2000x faster on large crates thanks to the new optimization API in Trustfall v0.4!
@obi1kenobi obi1kenobi requested a review from oli-obk April 24, 2023 15:03
@obi1kenobi
Copy link
Collaborator Author

Also, the new cargo-semver-checks v0.20 is more than 2000x faster on large crates thanks to the new optimization API in Trustfall v0.4: https://twitter.com/PredragGruevski/status/1650493414197059587

@oli-obk oli-obk merged commit 5019a97 into main Apr 24, 2023
10 checks passed
@oli-obk
Copy link
Owner

oli-obk commented Apr 24, 2023

Cool thanks! will migrate this out to my other crates using the script ^^

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

Successfully merging this pull request may close these issues.

None yet

2 participants