readd comparser to .pinned

This commit is contained in:
Ludovic Chenut 2023-01-12 12:56:27 +01:00
parent 478cf5a400
commit e372a08160
No known key found for this signature in database
GPG Key ID: D9A59B1907F1D50C
2 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
bearssl;https://github.com/status-im/nim-bearssl@#a647994910904b0103a05db3a5ec1ecfc4d91a88
chronicles;https://github.com/status-im/nim-chronicles@#32ac8679680ea699f7dbc046e8e0131cac97d41a
chronos;https://github.com/status-im/nim-chronos@#e9f8baa6ee2e21ff8e6b6c0ce0c22368cdd9e758
combparser;https://github.com/PMunch/combparser@#ba4464c005d7617c008e2ed2ebc1ba52feb469c6
dnsclient;https://github.com/ba0f3/dnsclient.nim@#fcd7443634b950eaea574e5eaa00a628ae029823
faststreams;https://github.com/status-im/nim-faststreams@#b42daf41d8eb4fbce40add6836bed838f8d85b6f
httputils;https://github.com/status-im/nim-http-utils@#a85bd52ae0a956983ca6b3267c72961d2ec0245f
json_serialization;https://github.com/status-im/nim-json-serialization@#a7d815ed92f200f490c95d3cfd722089cc923ce6
metrics;https://github.com/status-im/nim-metrics@#21e99a2e9d9f80e68bef65c80ef781613005fccb
nimcrypto;https://github.com/cheatfate/nimcrypto@#24e006df85927f64916e60511620583b11403178
protobuf_serialization;https://github.com/status-im/nim-protobuf-serialization@#a4a4610fac6eade8683a46db9d564c9cd8ac62a4
nimcrypto;https://github.com/cheatfate/nimcrypto@#4014ef939b51e02053c2e16dd3481d47bc9267dd
protobuf_serialization;https://github.com/status-im/nim-protobuf-serialization@#e8169c0ff4badd17cb4d47884c3cd8d12ac39e7f
secp256k1;https://github.com/status-im/nim-secp256k1@#fd173fdff863ce2e211cf64c9a03bc7539fe40b0
serialization;https://github.com/status-im/nim-serialization@#d77417cba6896c26287a68e6a95762e45a1b87e5
stew;https://github.com/status-im/nim-stew@#f2f9685ec904868bbb48485e72ddc026ed51b230

View File

@ -18,7 +18,7 @@ requires "nim >= 1.2.0",
"stew#head",
"websock",
"unittest2 >= 0.0.5 & < 0.1.0",
"protobuf_serialization#a4a4610fac6eade8683a46db9d564c9cd8ac62a4"
"protobuf_serialization"
import hashes
proc runTest(filename: string, verify: bool = true, sign: bool = true,