From 6a961ce0b4c163613e154d7533237a970674c048 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sun, 17 Jun 2018 13:23:18 +0300 Subject: [PATCH] Fix nimble dependency on asyncdispatch2. --- eth_p2p.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eth_p2p.nimble b/eth_p2p.nimble index 86e8c44..fe52fd0 100644 --- a/eth_p2p.nimble +++ b/eth_p2p.nimble @@ -14,7 +14,8 @@ requires "nim > 0.18.0", "eth_keys", "ranges", "stint", - "byteutils" + "byteutils", + "https://github.com/status-im/nim-asyncdispatch2" proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name