relax the constantine dependency (maybe this will help the CI to run with older nim versions... or more probably, not)

This commit is contained in:
Balazs Komuves 2026-01-21 20:11:18 +01:00
parent c7f03f5ebf
commit eb29fca52b
No known key found for this signature in database
GPG Key ID: F63B7AEF18435562
2 changed files with 1 additions and 17 deletions

View File

@ -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": {}
}

View File

@ -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"]