From db7101c08d0ba8e091fd2d059daea7758005ba47 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Sun, 15 Jul 2018 15:48:28 +0100 Subject: [PATCH] Revert "Include httputils" This reverts commit c3647e2804bbe5095090eb60c216a549e855c980. --- json_rpc.nimble | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 59f4e93..5ac62d1 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -11,8 +11,7 @@ requires "nim >= 0.17.3", "stint", "https://github.com/status-im/nim-asyncdispatch2", "https://github.com/status-im/nim-http-utils", - "chronicles", - "httputils" + "chronicles" proc configForTests() = --hints: off