From f0ccc2e35edf07eb2125b07e81960c08c2e599a5 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 10 Apr 2020 00:16:03 -1000 Subject: [PATCH] Compile and test juniper_hyper on stable (#616) This file was put in place to work around a bug. The fix has now made it to stable. --- juniper_hyper/Makefile.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 juniper_hyper/Makefile.toml 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"] }