From 31be01d78f98a2904725994fd30eae4232e5a47c Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 10 Nov 2022 18:12:04 +0800 Subject: [PATCH] add `taskpools` to important packages (#20803) * add `taskpools` to important packages * Update testament/important_packages.nim --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ac95789891..5160637ebf 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -148,6 +148,7 @@ pkg "strslice" pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim" pkg "supersnappy" pkg "synthesis" +pkg "taskpools", url = "https://github.com/nim-lang/nim-taskpools" pkg "telebot", "nim c -o:tbot -r src/telebot.nim" pkg "tempdir" pkg "templates"