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