switch to mainline bigints (#19756)

This commit is contained in:
flywind
2022-05-03 18:35:16 +08:00
committed by GitHub
parent 832b8c5034
commit 2ecae20c43

View File

@@ -39,7 +39,7 @@ pkg "arraymancer", "nim c tests/tests_cpu.nim"
pkg "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim", allowFailure = true
pkg "asyncthreadpool"
pkg "awk"
pkg "bigints", url = "https://github.com/Araq/nim-bigints"
pkg "bigints"
pkg "binaryheap", "nim c -r binaryheap.nim"
pkg "BipBuffer"
pkg "blscurve", allowFailure = true # pending https://github.com/status-im/nim-blscurve/issues/39