From 39ff19c2abe62ee05cd39d29173cda61c9bd60fc Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Thu, 9 Apr 2020 23:46:04 -1000 Subject: [PATCH] Compile and test juniper_hyper on stable 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 109c40280..000000000 --- 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"] }