From 931437cceca0bc7ad909478f1da93964e11a34dd Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Thu, 15 Jan 2026 19:09:23 +0100 Subject: [PATCH] resolve conflict in nimble file --- groth16.nimble | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/groth16.nimble b/groth16.nimble index ed01093..dde65c4 100644 --- a/groth16.nimble +++ b/groth16.nimble @@ -7,5 +7,6 @@ skipDirs = @["groth16/example"] binDir = "build" namedBin = {"cli/cli_main": "nim-groth16"}.toTable() -requires "https://github.com/status-im/nim-taskpools" -requires "https://github.com/durability-labs/constantine#v0.2.0-fix-nimble-windows" +requires "nim >= 2.0.0" +requires "https://github.com/status-im/nim-taskpools >= 0.0.5" +requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"