mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-03 00:24:00 +00:00
Remove unittest2 range (#986)
This commit is contained in:
parent
4e7eaba67a
commit
08d9c84aca
@ -17,7 +17,7 @@ requires "nim >= 1.6.0",
|
||||
"secp256k1",
|
||||
"stew#head",
|
||||
"websock",
|
||||
"unittest2 >= 0.0.5 & <= 0.1.0"
|
||||
"unittest2"
|
||||
|
||||
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