From 695331737a02586c20a0e6ddc1036c17750a79db Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Tue, 31 Jul 2018 00:37:56 +0300 Subject: [PATCH] Added eth_common to dependencies --- eth_p2p.nimble | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eth_p2p.nimble b/eth_p2p.nimble index 4bbbb6d..96bce3a 100644 --- a/eth_p2p.nimble +++ b/eth_p2p.nimble @@ -16,7 +16,9 @@ requires "nim > 0.18.0", "stint", "byteutils", "chronicles", - "https://github.com/status-im/nim-asyncdispatch2" + "https://github.com/status-im/nim-asyncdispatch2", + "https://github.com/status-im/nim-eth-common" + proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name