bump dependencies
This commit is contained in:
parent
de88fd2c53
commit
cbc2ad83be
|
@ -7,7 +7,7 @@
|
||||||
path = vendor/nim-libp2p
|
path = vendor/nim-libp2p
|
||||||
url = https://github.com/status-im/nim-libp2p.git
|
url = https://github.com/status-im/nim-libp2p.git
|
||||||
ignore = untracked
|
ignore = untracked
|
||||||
branch = master
|
branch = unstable
|
||||||
[submodule "vendor/nimcrypto"]
|
[submodule "vendor/nimcrypto"]
|
||||||
path = vendor/nimcrypto
|
path = vendor/nimcrypto
|
||||||
url = https://github.com/cheatfate/nimcrypto.git
|
url = https://github.com/cheatfate/nimcrypto.git
|
||||||
|
@ -145,6 +145,7 @@
|
||||||
[submodule "vendor/nim-ethers"]
|
[submodule "vendor/nim-ethers"]
|
||||||
path = vendor/nim-ethers
|
path = vendor/nim-ethers
|
||||||
url = https://github.com/status-im/nim-ethers
|
url = https://github.com/status-im/nim-ethers
|
||||||
|
branch = feat/chronos-v4
|
||||||
[submodule "vendor/lrucache.nim"]
|
[submodule "vendor/lrucache.nim"]
|
||||||
path = vendor/lrucache.nim
|
path = vendor/lrucache.nim
|
||||||
url = https://github.com/status-im/lrucache.nim
|
url = https://github.com/status-im/lrucache.nim
|
||||||
|
|
|
@ -67,6 +67,7 @@ else:
|
||||||
--threads:on
|
--threads:on
|
||||||
--opt:speed
|
--opt:speed
|
||||||
--excessiveStackTrace:on
|
--excessiveStackTrace:on
|
||||||
|
--experimental:strictEffects
|
||||||
# enable metric collection
|
# enable metric collection
|
||||||
--define:metrics
|
--define:metrics
|
||||||
# for heap-usage-by-instance-type metrics and object base-type strings
|
# for heap-usage-by-instance-type metrics and object base-type strings
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0277b65be2c7a365ac13df002fba6e172be55537
|
Subproject commit c41599a6d6d8b11c729032bf8913e06f4171e0fb
|
|
@ -1 +1 @@
|
||||||
Subproject commit fd16d71ea58e8d3e5a7f41e5dfdaa3a9b693a815
|
Subproject commit 8ca2b37bfb0c186ebe875bd0f8981f2ec7215c88
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b491a40c60aad9e8d3407443f46f62511e63b18
|
Subproject commit 77a59297ad635d91a6352ef48ee09c6bde0c5d86
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0bf2bcbe74a18a3c7a709d57108bb7b51e748a92
|
Subproject commit 33360528d208aaa70a6ed914619fe76321760d54
|
|
@ -1 +1 @@
|
||||||
Subproject commit fe9bc3f3759ae1add6bf8c899db2e75327f03782
|
Subproject commit 6cdd14282b7c813c2ae4b9a9d749c3ff5ce1b54a
|
Loading…
Reference in New Issue