From eb29fca52baf8a21dca10ca8d0a64a76369ea05e Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Wed, 21 Jan 2026 20:11:18 +0100 Subject: [PATCH] relax the constantine dependency (maybe this will help the CI to run with older nim versions... or more probably, not) --- nimble.lock | 16 ---------------- poseidon2.nimble | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 nimble.lock diff --git a/nimble.lock b/nimble.lock deleted file mode 100644 index f2ddf6e..0000000 --- a/nimble.lock +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": 2, - "packages": { - "constantine": { - "version": "0.1.0", - "vcsRevision": "bc3845aa492b52f7fef047503b1592e830d1a774", - "url": "https://github.com/mratsim/constantine", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "09594d4ce93e83ae377a7a9cb8fd4472b104ca4b" - } - } - }, - "tasks": {} -} diff --git a/poseidon2.nimble b/poseidon2.nimble index 9896cf8..c710332 100644 --- a/poseidon2.nimble +++ b/poseidon2.nimble @@ -5,7 +5,7 @@ license = "MIT" installExt = @["nim"] +requires "https://github.com/mratsim/constantine" #requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774" -requires "https://github.com/mratsim/constantine#782d838e7a073262750eff593af6dfff3ff832dd" bin = @["bench/bench_perm", "bench/bench_griffin"] \ No newline at end of file