enforce websock should be >= 0.2.1

This commit is contained in:
Ivan FB 2026-03-30 02:07:38 +02:00
parent 66ffc8c253
commit 8bb8d90f95
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -29,7 +29,7 @@ requires "nim >= 2.2.4",
"dnsdisc",
"dnsclient",
"httputils >= 0.4.1",
"websock",
"websock >= 0.2.1",
# Cryptography
"nimcrypto",
"secp256k1",