Fix websock nimble dependency version restriction to match lock file. (#3829)

This commit is contained in:
NagyZoltanPeter 2026-04-30 14:20:11 +02:00 committed by GitHub
parent 587014e34f
commit 75864a705e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ requires "nim >= 2.2.4",
"dnsdisc",
"dnsclient",
"httputils >= 0.4.1",
"websock >= 0.2.1",
"websock >= 0.3.0",
# Cryptography
"nimcrypto == 0.6.4", # 0.6.4 used in libp2p. Version 0.7.3 makes test to crash on Ubuntu.
"secp256k1",