Skip to content

Commit e372a08

Browse files
committed
readd comparser to .pinned
1 parent 478cf5a commit e372a08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pinned

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
bearssl;https://github.com/status-im/nim-bearssl@#a647994910904b0103a05db3a5ec1ecfc4d91a88
22
chronicles;https://github.com/status-im/nim-chronicles@#32ac8679680ea699f7dbc046e8e0131cac97d41a
33
chronos;https://github.com/status-im/nim-chronos@#e9f8baa6ee2e21ff8e6b6c0ce0c22368cdd9e758
4+
combparser;https://github.com/PMunch/combparser@#ba4464c005d7617c008e2ed2ebc1ba52feb469c6
45
dnsclient;https://github.com/ba0f3/dnsclient.nim@#fcd7443634b950eaea574e5eaa00a628ae029823
56
faststreams;https://github.com/status-im/nim-faststreams@#b42daf41d8eb4fbce40add6836bed838f8d85b6f
67
httputils;https://github.com/status-im/nim-http-utils@#a85bd52ae0a956983ca6b3267c72961d2ec0245f
78
json_serialization;https://github.com/status-im/nim-json-serialization@#a7d815ed92f200f490c95d3cfd722089cc923ce6
89
metrics;https://github.com/status-im/nim-metrics@#21e99a2e9d9f80e68bef65c80ef781613005fccb
9-
nimcrypto;https://github.com/cheatfate/nimcrypto@#24e006df85927f64916e60511620583b11403178
10-
protobuf_serialization;https://github.com/status-im/nim-protobuf-serialization@#a4a4610fac6eade8683a46db9d564c9cd8ac62a4
10+
nimcrypto;https://github.com/cheatfate/nimcrypto@#4014ef939b51e02053c2e16dd3481d47bc9267dd
11+
protobuf_serialization;https://github.com/status-im/nim-protobuf-serialization@#e8169c0ff4badd17cb4d47884c3cd8d12ac39e7f
1112
secp256k1;https://github.com/status-im/nim-secp256k1@#fd173fdff863ce2e211cf64c9a03bc7539fe40b0
1213
serialization;https://github.com/status-im/nim-serialization@#d77417cba6896c26287a68e6a95762e45a1b87e5
1314
stew;https://github.com/status-im/nim-stew@#f2f9685ec904868bbb48485e72ddc026ed51b230

libp2p.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires "nim >= 1.2.0",
1818
"stew#head",
1919
"websock",
2020
"unittest2 >= 0.0.5 & < 0.1.0",
21-
"protobuf_serialization#a4a4610fac6eade8683a46db9d564c9cd8ac62a4"
21+
"protobuf_serialization"
2222

2323
import hashes
2424
proc runTest(filename: string, verify: bool = true, sign: bool = true,

0 commit comments

Comments
 (0)