From a54a6e96211ba2b5c5a4fe4d697d1fb21b347115 Mon Sep 17 00:00:00 2001 From: Christian Legnitto <christian.legnitto@robinhood.com> Date: Tue, 21 Jan 2020 09:04:27 -0800 Subject: [PATCH] Turn off juniper_warp until it is fixed --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af808a8d..5c4737ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,11 @@ members = [ "juniper_hyper", "juniper_iron", "juniper_rocket", - "juniper_warp", ] exclude = [ "docs/book/tests", + # TODO enable warp + "juniper_warp", "examples/warp_async", # TODO enable async tests "juniper_rocket_async",