From bcab7a7aed5c9f18fa76710858ca8d24065ab07d Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 14 Feb 2024 18:11:11 -0700 Subject: [PATCH] fixes --- apatheia.nimble | 1 - src/apatheia.nim | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apatheia.nimble b/apatheia.nimble index e1826e9..7778b6b 100644 --- a/apatheia.nimble +++ b/apatheia.nimble @@ -10,6 +10,5 @@ srcDir = "src" requires "chronos >= 4.0.0" requires "threading" -requires "taskpool" requires "taskpools" diff --git a/src/apatheia.nim b/src/apatheia.nim index adca2c3..569c129 100644 --- a/src/apatheia.nim +++ b/src/apatheia.nim @@ -1,3 +1,3 @@ import apatheia/tasks -export tasks \ No newline at end of file +export tasks