mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
enforce nimcrypto to 0.6.4 to avoid test crash on ubuntu
This commit is contained in:
parent
cc97981199
commit
8e51eac0d5
@ -192,13 +192,13 @@
|
||||
}
|
||||
},
|
||||
"nimcrypto": {
|
||||
"version": "0.7.3",
|
||||
"vcsRevision": "b3dbc9c4d08e58c5b7bfad6dc7ef2ee52f2f4c08",
|
||||
"version": "0.6.4",
|
||||
"vcsRevision": "721fb99ee099b632eb86dfad1f0d96ee87583774",
|
||||
"url": "https://github.com/cheatfate/nimcrypto",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "f72b90fe3f4da09efa482de4f8729e7ee4abea2f"
|
||||
"sha1": "f9ab24fa940ed03d0fb09729a7303feb50b7eaec"
|
||||
}
|
||||
},
|
||||
"stint": {
|
||||
|
||||
@ -37,7 +37,7 @@ requires "nim >= 2.2.4",
|
||||
"httputils >= 0.4.1",
|
||||
"websock >= 0.2.1",
|
||||
# Cryptography
|
||||
"nimcrypto",
|
||||
"nimcrypto == 0.6.4", # 0.6.4 used in libp2p. Version 0.7.3 makes test to crash on Ubuntu.
|
||||
"secp256k1",
|
||||
"bearssl",
|
||||
# RPC & APIs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user