From e6c424618daa64ab82668b9862e8575cfde18273 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 2 Mar 2019 21:20:30 +0200 Subject: [PATCH] Add nimcrypto 0.3.9 dependency. --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index 387c64a..257df01 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -8,7 +8,7 @@ license = "MIT" skipDirs = @["tests", "examples", "Nim"] requires "nim > 0.18.0", - "nimcrypto", + "nimcrypto >= 0.3.9", "chronos" task test, "Runs the test suite":