diff --git a/juniper_hyper/Makefile.toml b/juniper_hyper/Makefile.toml deleted file mode 100644 index 109c4028..00000000 --- a/juniper_hyper/Makefile.toml +++ /dev/null @@ -1,12 +0,0 @@ -# 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"] }