Fix juniper_codegen tests under async
This commit is contained in:
parent
e97d25d650
commit
c6becfe234
1 changed files with 2 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue