From 18dceaa29f86fd5ec69a750e9d1f85e58e478622 Mon Sep 17 00:00:00 2001 From: jangko Date: Mon, 21 Sep 2020 11:37:29 +0700 Subject: [PATCH] change tormund/news to status-im/news --- json_rpc.nimble | 2 +- tests/all.nim | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 416cf2b..fdf84c2 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -12,7 +12,7 @@ requires "nim >= 0.17.3", "chronos", "httputils", "chronicles", - "news >= 0.4 & < 0.5", + "https://github.com/status-im/news#status", "chronicles", "json_serialization" diff --git a/tests/all.nim b/tests/all.nim index da9e0af..9910561 100644 --- a/tests/all.nim +++ b/tests/all.nim @@ -1,2 +1,4 @@ +{. warning[UnusedImport]:off .} + import testrpcmacro, testserverclient, testethcalls, testhttp #, testerrors