fix: use single version unittest2 >= 0.2.1

This commit is contained in:
Roman 2023-11-16 21:11:21 +08:00
parent 8514f1718f
commit f644f0b9aa
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ requires "nim >= 1.6.0",
"secp256k1",
"stew#head",
"websock",
"unittest2 >= 0.0.5 & <= 0.1.0"
"unittest2 >= 0.2.1"
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)