mirror of
https://github.com/logos-storage/nim-poseidon2.git
synced 2026-05-03 08:33:39 +00:00
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:
parent
c7f03f5ebf
commit
eb29fca52b
16
nimble.lock
16
nimble.lock
@ -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": {}
|
|
||||||
}
|
|
||||||
@ -5,7 +5,7 @@ license = "MIT"
|
|||||||
|
|
||||||
installExt = @["nim"]
|
installExt = @["nim"]
|
||||||
|
|
||||||
|
requires "https://github.com/mratsim/constantine"
|
||||||
#requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|
#requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|
||||||
requires "https://github.com/mratsim/constantine#782d838e7a073262750eff593af6dfff3ff832dd"
|
|
||||||
|
|
||||||
bin = @["bench/bench_perm", "bench/bench_griffin"]
|
bin = @["bench/bench_perm", "bench/bench_griffin"]
|
||||||
Loading…
x
Reference in New Issue
Block a user