diff --git a/groth16.nimble b/groth16.nimble index a6566ea..dc11911 100644 --- a/groth16.nimble +++ b/groth16.nimble @@ -7,5 +7,5 @@ skipDirs = @["groth16/example"] binDir = "build" namedBin = {"cli/cli_main": "nim-groth16"}.toTable() -requires "https://github.com/status-im/nim-taskpools" +requires "https://github.com/status-im/nim-taskpools >= 0.0.5" requires "https://github.com/mratsim/constantine#5f7ba18f2ed351260015397c9eae079a6decaee1" \ No newline at end of file