iwilsonq / rust-graphql-example

The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel ORM.
119 stars 14 forks source link

futures bump? #2

Closed ronanyeah closed 4 years ago

ronanyeah commented 4 years ago

Are you interested in a PR bumping futures to 0.3,1?

iwilsonq commented 4 years ago

That sounds good to me, PRs appreciated :)

ronanyeah commented 4 years ago

I ended up implementing something similar in one of my own repos so feel free to copy: https://github.com/ronanyeah/rust-hasura/blob/master/src/main.rs