mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-17 11:29:52 +00:00
Fix websock nimble dependency version restriction to match lock file. (#3829)
This commit is contained in:
parent
587014e34f
commit
75864a705e
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user