From a6cc199807a5227ae1d6d36cc3ef7ef9464d1bd9 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Wed, 9 Oct 2019 05:32:55 +0900 Subject: [PATCH] rebasing latest master --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index d556aec..40175ad 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -11,7 +11,7 @@ requires "nim > 0.18.0", "secp256k1", "nimcrypto >= 0.4.1", "chronos", - "bearssl" + "bearssl", "chronicles" proc runTest(filename: string) =