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

Reduced number of dependencies pulled from futures #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kabergstrom
Copy link
Contributor

futures is kind of a heavy crate, and this PR reduces the number of sub-crates being included by capnp-rpc/capnp-futures by only pulling exactly the sub-crates that are used (futures_core, futures_channel, futures_io and futures_util).

Unfortunately, it seems my rustfmt didn't agree with yours - do you have any idea why?

@dwrensha
Copy link
Member

Good idea!

Travis indicates that cargo test -p capnp-futures is failing.

Unfortunately, it seems my rustfmt didn't agree with yours - do you have any idea why?

Heh, I don't actually use rustfmt.

Would it be possible to avoid the formatting changes in this pull request? It looks like a bunch of the lines that are changing are only formatting changes.

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