Fix unittest2 version range

This commit is contained in:
Diego 2023-11-15 19:35:47 +01:00
parent d55d3a86d7
commit 84e3b66cad
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806

View File

@ -8,7 +8,7 @@ license = "MIT or Apache License 2.0"
skipDirs = @["tests"]
requires "nim >= 1.6.0",
"unittest2"
"unittest2 >= 0.0.5 & <= 0.1.0"
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)