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

ci: Pin Rust Version, don't use Nightly rustfmt features, fix Fuzz workflow #414

Merged
merged 7 commits into from
Dec 29, 2024

Conversation

ParkMyCar
Copy link
Owner

@ParkMyCar ParkMyCar commented Dec 29, 2024

This PR does some cleanup:

  1. Pins the version of stable Rust we use in CI to 1.83.0
  2. Changes the rustfmt settings to no longer use Nightly features
    • Originally I hoped some features would be stabilized soon but alas years later they're still only available on Nightly
  3. Fixes the Fuzz workflow by upgrading Rust, fixing the install of cargo-fuzz and fixes the harness

* pin Rust version for clippy, doc, and fmt to 1.83.0
* change rustfmt settings to not use nightly
@ParkMyCar ParkMyCar changed the title ci: Pin Rust Version, don't use Nightly rustfmt features ci: Pin Rust Version, don't use Nightly rustfmt features, fix Fuzz workflow Dec 29, 2024
@ParkMyCar ParkMyCar merged commit 6c40a03 into main Dec 29, 2024
16 checks passed
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.

1 participant