Fix dependency name.
This commit is contained in:
parent
fb11d9f8ab
commit
789a5f8252
|
@ -10,7 +10,7 @@ skipDirs = @["tests"]
|
|||
requires "nim > 1.2.0",
|
||||
"stew",
|
||||
"bearssl",
|
||||
"nim-http-utils"
|
||||
"httputils"
|
||||
|
||||
task test, "Run all tests":
|
||||
var commands = [
|
||||
|
|
Loading…
Reference in New Issue