From c660e833a22b75814e8130e0249e8c1e40b5802e Mon Sep 17 00:00:00 2001 From: cheatfate Date: Mon, 19 Nov 2018 06:39:04 +0200 Subject: [PATCH] Add asyncdispatch2 dependency. --- libp2p.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index f52d2c841..6b7d0647d 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -7,7 +7,8 @@ description = "LibP2P implementation" license = "MIT" skipDirs = @["tests", "Nim"] -requires "nim > 0.18.0" +requires "nim > 0.18.0", + "https://github.com/status-im/nim-asyncdispatch2" task tests, "Runs the test suite": exec "nim c -r tests/testpbvarint"