From da84d95d51cff957951457dbbc91a5707c0563ae Mon Sep 17 00:00:00 2001 From: coffeepots Date: Mon, 11 Jun 2018 19:26:37 +0100 Subject: [PATCH] Update .nimble to include chronicles --- eth_rpc.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eth_rpc.nimble b/eth_rpc.nimble index 0db493a..f6b2a08 100644 --- a/eth_rpc.nimble +++ b/eth_rpc.nimble @@ -9,7 +9,8 @@ skipDirs = @["tests"] requires "nim >= 0.17.3", "nimcrypto", "stint", - "https://github.com/status-im/nim-asyncdispatch2" + "https://github.com/status-im/nim-asyncdispatch2", + "chronicles" proc configForTests() = --hints: off