From 73a309027f46816c70119f4c1b0d18e5eb94a497 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 6 Nov 2019 13:59:03 +0200 Subject: [PATCH] Add proper dependency for nimble file. --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index 5f7cdda4f..e906feb9f 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -11,7 +11,7 @@ requires "nim > 0.19.4", "secp256k1", "nimcrypto >= 0.4.1", "chronos >= 2.3.1", - "bearssl", + "bearssl >= 0.1.3", "chronicles >= 0.7.0" proc runTest(filename: string) =