From f04b2dfb3c90744bd0007691bfbde3c2b4ea9e74 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 4 Sep 2024 20:10:20 +0200 Subject: [PATCH] upgrade quic version in nimble file --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index fc1ae9971..730d04c50 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -10,7 +10,7 @@ skipDirs = @["tests", "examples", "Nim", "tools", "scripts", "docs"] requires "nim >= 1.6.0", "nimcrypto >= 0.6.0 & < 0.7.0", "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.2.5", "chronicles >= 0.10.2", "chronos >= 4.0.2", "metrics", "secp256k1", "stew#head", - "websock", "unittest2", "https://github.com/status-im/nim-quic.git" + "websock", "unittest2", "https://github.com/status-im/nim-quic.git#fbfa126960e0f23f479181c615e0571c34286542" let nimc = getEnv("NIMC", "nim") # Which nim compiler to use let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)