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

Pin idna_adapter for older Rust versions in CI #3626

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

arik-so
Copy link
Contributor

@arik-so arik-so commented Feb 27, 2025

Litemap and zerofrom had recent releases increasing their MSRVs to 1.81.0, which broke tx-sync tests in CI for Rust version 1.75.0.

Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.58%. Comparing base (047bd61) to head (e71ec39).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3626      +/-   ##
==========================================
- Coverage   88.60%   88.58%   -0.02%     
==========================================
  Files         151      151              
  Lines      118454   118454              
  Branches   118454   118454              
==========================================
- Hits       104954   104938      -16     
- Misses      10983    10988       +5     
- Partials     2517     2528      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arik-so arik-so changed the title Pin litemap@0.7.4 for older Rust versions Pin litemap and zerofrom for older Rust versions in CI Feb 27, 2025
@tnull
Copy link
Contributor

tnull commented Feb 27, 2025

I don't think it's about the MSRVs of these individual downstream dependencies. Rather we should pin idna_adapter (see for example bitcoindevkit/bdk#1859) which should allow url itself to independently get updated.

@arik-so arik-so force-pushed the tx-sync-pin-litemap branch from e71ec39 to 8487970 Compare February 27, 2025 13:40
@arik-so arik-so changed the title Pin litemap and zerofrom for older Rust versions in CI Pin idna_adapter for older Rust versions in CI Feb 27, 2025
Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

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

God I'll be so happy when we can kill off the damn url dependency.

@arik-so
Copy link
Contributor Author

arik-so commented Feb 27, 2025

Merging because this is trivial.

@arik-so arik-so merged commit d136406 into lightningdevkit:main Feb 27, 2025
25 of 26 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.

3 participants