From 3fbfb8e19c9b54d46e5d3e3f26364ef84f905e43 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Thu, 31 Oct 2024 12:18:57 +0100 Subject: [PATCH] Update quic dependency to fix an error that impacts mixnet --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index 1aff48891..d4e630158 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -11,7 +11,7 @@ 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.3", "metrics", "secp256k1", "stew#head", "websock", "unittest2", - "https://github.com/status-im/nim-quic.git#ddcb31ffb74b5460ab37fd13547eca90594248bc" + "https://github.com/status-im/nim-quic.git#0e4677b3e8cafdaaaba52de59164a8e64ed3906e" let nimc = getEnv("NIMC", "nim") # Which nim compiler to use let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)