From 79ed1380bda4a1ab70ffee7fd5d231d0f9123d24 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 17 Nov 2021 11:18:55 -0600 Subject: [PATCH] [wip] add nim-task-runner dependency --- dagger.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dagger.nimble b/dagger.nimble index d12ceb5a..7a298dc8 100644 --- a/dagger.nimble +++ b/dagger.nimble @@ -17,7 +17,8 @@ requires "libp2p#unstable", "https://github.com/status-im/nim-nitro >= 0.4.0 & < 0.5.0", "questionable >= 0.9.1 & < 0.10.0", "upraises >= 0.1.0 & < 0.2.0", - "asynctest >= 0.3.0 & < 0.4.0" + "asynctest >= 0.3.0 & < 0.4.0", + "https://github.com/status-im/nim-task-runner.git#impl_beta2_nimble" ### Helper functions proc buildBinary(name: string, srcDir = "./", params = "", lang = "c") =