From a683ca3fac58b47abfcaedefbec4e595b6f91aa5 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 7 Dec 2021 19:15:47 +0100 Subject: [PATCH] bigints are not supposed to work on 1.2.x --- testament/important_packages.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 8c75f9455e..42bcdfcd51 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -9,7 +9,6 @@ pkg "argparse" pkg "arraymancer", true, "nim c tests/tests_cpu.nim" pkg "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim" pkg "asyncmysql", true -pkg "bigints" pkg "binaryheap", false, "nim c -r binaryheap.nim" # pkg "blscurve", true # pending https://github.com/status-im/nim-blscurve/issues/39 pkg "bncurve", true