Fix juniper_codegen tests under async

This commit is contained in:
Christian Legnitto 2020-01-20 23:38:44 -08:00
parent e97d25d650
commit c6becfe234

View file

@ -15,7 +15,7 @@ edition = "2018"
proc-macro = true
[features]
async = []
async = ["juniper/async"]
[dependencies]
proc-macro2 = "1.0.1"
@ -25,6 +25,7 @@ proc-macro-error = "0.3.4"
[dev-dependencies]
juniper = { version = "0.14.2", path = "../juniper" }
futures = { version = "=0.3.1" }
[badges]
travis-ci = { repository = "graphql-rust/juniper" }