Skip to content

Commit 4b14d12

Browse files
vladopajicp-shahi
authored andcommitted
perf dependencies reduced to min
1 parent 411198f commit 4b14d12

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

perf/impl/nim-libp2p/v1.10/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# commit corresponds to v1.10.1 version of nim-libp2p
2-
commitSha := cd60b254a0700b0daac7a6cb2c0c48860b57c539
1+
# commit corresponds to v1.10.2 (draft) version of nim-libp2p
2+
commitSha := 3a7745f920d11fb29305070cd9991874529dfc28
33

44
all: perf
55

perf/impl/nim-libp2p/v1.10/pref.nimble

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ author = "Status Research & Development GmbH"
66
description = "LibP2P implementation"
77
license = "MIT"
88

9-
requires "nim >= 2.2.0",
10-
"nimcrypto >= 0.6.0 & < 0.7.0", "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.2.5",
11-
"chronicles >= 0.10.3 & < 0.11.0", "chronos >= 4.0.4", "metrics", "secp256k1",
12-
"stew >= 0.4.0", "websock >= 0.2.0", "unittest2", "results", "quic >= 0.2.7"
9+
requires "nim >= 2.2.0", "chronos >= 4.0.4", "bearssl >= 0.2.5"

0 commit comments

Comments
 (0)