Update quic dependency to fix an error that impacts mixnet

This commit is contained in:
Alejandro Cabeza Romero 2024-10-31 12:18:57 +01:00
parent 5494c34589
commit 3fbfb8e19c
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
1 changed files with 1 additions and 1 deletions

View File

@ -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)