fix: use single version unittest2 >= 0.2.1
This commit is contained in:
parent
8514f1718f
commit
f644f0b9aa
|
@ -17,7 +17,7 @@ requires "nim >= 1.6.0",
|
||||||
"secp256k1",
|
"secp256k1",
|
||||||
"stew#head",
|
"stew#head",
|
||||||
"websock",
|
"websock",
|
||||||
"unittest2 >= 0.0.5 & <= 0.1.0"
|
"unittest2 >= 0.2.1"
|
||||||
|
|
||||||
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
|
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
|
||||||
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)
|
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)
|
||||||
|
|
Loading…
Reference in New Issue