[build] Update asynctest to version 0.3.2 (#244)
Includes a fix for Nil exception on unthandled exception
This commit is contained in:
parent
014207c87f
commit
5ec2e40a73
|
@ -8,7 +8,7 @@ binDir = "build"
|
||||||
srcDir = "."
|
srcDir = "."
|
||||||
|
|
||||||
requires "nim >= 1.2.0",
|
requires "nim >= 1.2.0",
|
||||||
"asynctest >= 0.3.0 & < 0.4.0",
|
"asynctest >= 0.3.2 & < 0.4.0",
|
||||||
"bearssl >= 0.1.4",
|
"bearssl >= 0.1.4",
|
||||||
"chronicles >= 0.7.2",
|
"chronicles >= 0.7.2",
|
||||||
"chronos >= 2.5.2",
|
"chronos >= 2.5.2",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5347c59b4b057443a014722aa40800cd8bb95c69
|
Subproject commit a236a5f0f3031573ac2cb082b63dbf6e170e06e7
|
Loading…
Reference in New Issue