taskpool 0.0.4 has some odd compilation issues, 0.0.5 seems to have fixed something

This commit is contained in:
Jaremy Creechley 2024-03-02 16:36:34 -07:00
parent d790dc3162
commit 1db1b0e239

View File

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