juniper/juniper_hyper/Makefile.toml
Christian Legnitto 00b111a1ff
Remove async feature gate (#554)
This still has the async / non-async split. Future diffs will get
rid of `GraphQLTypeAsync` and move everything into `GraphQLType`.
2020-03-08 23:20:11 -07:00

12 lines
363 B
TOML

# Testing for juniper_hyper is disabled due to a bug in rustc # which causes
# an internal compiler error.
# TODO: remove this file completely once the crate compiles again.
[tasks.build-verbose]
condition = { channels = ["nightly"] }
[tasks.test-verbose]
condition = { channels = ["nightly"] }
[tasks.ci-coverage-flow]
condition = { channels = ["nightly"] }