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

capnp-futures: Use more fine-grained futures-* deps #527

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

Gelbpunkt
Copy link
Contributor

The large futures crate pulls in a bunch of sub-crates that capnp-futures does not need. We can instead use only the subcrates that are actually required.

The large futures crate pulls in a bunch of sub-crates that
capnp-futures does not need. We can instead use only the subcrates that
are actually required.

Signed-off-by: Jens Reidel <[email protected]>
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.39%. Comparing base (ab342b3) to head (0e5b23c).
Report is 111 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #527      +/-   ##
==========================================
+ Coverage   51.64%   52.39%   +0.74%     
==========================================
  Files          69       70       +1     
  Lines       33735    34570     +835     
==========================================
+ Hits        17422    18112     +690     
- Misses      16313    16458     +145     

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

@dwrensha
Copy link
Member

dwrensha commented Nov 7, 2024

Looks good to me! (#199 was a previous attempt at this.)

@dwrensha dwrensha merged commit d726abd into capnproto:master Nov 7, 2024
10 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.

2 participants