From c7eb31a186dfd4fcd85edb24d656145b2493ccc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Cabeza=20Romero?= Date: Thu, 1 Feb 2024 20:02:40 +0100 Subject: [PATCH] Apply version clamping --- libp2p.nimble | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libp2p.nimble b/libp2p.nimble index 5f82b3742..5a5c30477 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -7,17 +7,17 @@ description = "LibP2P implementation" license = "MIT" skipDirs = @["tests", "examples", "Nim", "tools", "scripts", "docs"] -requires "nim >= 1.2.0", - "nimcrypto >= 0.4.1", +requires "nim >= 1.6.0", + "nimcrypto >= 0.4.1 & < 1.0.0", "dnsclient >= 0.3.0 & < 0.4.0", - "bearssl >= 0.1.4", - "chronicles >= 0.10.2", - "chronos >= 3.0.6", - "metrics", - "secp256k1", - "stew#head", - "websock", - "unittest2 >= 0.0.5 & < 0.1.0" + "bearssl >= 0.1.4 & < 1.0.0", + "chronicles >= 0.10.2 & < 1.0.0", + "chronos >= 3.0.6 & < 4.0.0", + "metrics#6142e433fc8ea9b73379770a788017ac528d46ff", + "secp256k1 >= 0.3.2 & < 1.0.0", + "stew#2c2544aec13536304438be045bfdd22452741466", + "websock#3696e3f3a5b938e478e473a6089bf8de386d2f04", + "unittest2 >= 0.2.1 & < 1.0.0" import hashes proc runTest(filename: string, verify: bool = true, sign: bool = true,