mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-07 07:53:06 +00:00
Fix unittest2 version range
This commit is contained in:
parent
d55d3a86d7
commit
84e3b66cad
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user