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

Fix the CI. 2024-07-06 (v0.12.x) #434

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Jul 6, 2024

  • Fix the CI for the MSRV 1.65.
    • Pin actix-rt to v2.9.0 for the MSRV 1.65, otherwise the build will fail.
  • Fix the CI for Rust 1.80 beta
    • Make rustc to allow specific custom cfg condition names (e.g., rustver).

- Pin `actix-rt` to v2.9.0 for the MSRV 1.65, otherwise the build will fail.
- Make `rustc` to allow specific custom `cfg` condition names (e.g., `rustver`).
Copy link

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.94%. Comparing base (336bf31) to head (c78027a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #434      +/-   ##
==========================================
- Coverage   95.14%   94.94%   -0.21%     
==========================================
  Files          44       44              
  Lines       20983    20983              
==========================================
- Hits        19965    19922      -43     
- Misses       1018     1061      +43     

@tatsuya6502 tatsuya6502 added this to the v0.12.8 milestone Jul 6, 2024
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 0476097 into main Jul 6, 2024
52 checks passed
@tatsuya6502 tatsuya6502 deleted the fix-ci-2024-07-06/v0.12 branch July 6, 2024 10:28
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