Skip to content

Add futures dependency #541

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

Merged
merged 1 commit into from
Feb 21, 2020
Merged

Conversation

LegNeato
Copy link
Member

@LegNeato LegNeato commented Feb 21, 2020

Fixes #534.

I am not sure if the best way is to have folks bring their own futures for the
derives / macros or to pull it in as a dep explicitly like I have done here.

Because people are filing issues, we will do it this way and see what other issues arise.

Fixes graphql-rust#534.

I am not ure if the best way is to have folks bring their own futures for the
derives / macros or to pull it in as a dep explicitly like I have done here.

Because people are filing issues, we will do it this way and see what other issues arise.
@LegNeato LegNeato merged commit b63a44e into graphql-rust:master Feb 21, 2020
@LegNeato LegNeato deleted the add_futures_dep branch February 21, 2020 04:53
@davidpdrsn
Copy link
Contributor

I think this approach is fine 👍

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.

Need to add a use futures; statement to object derive w/ async feature.
2 participants