From 9ee2cd39c7d876143e5960a01f3eed42f57a3b55 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 11 May 2023 20:06:46 +0800 Subject: [PATCH] switch to the official URL of loop-fusion in the impoerant packages ref https://github.com/mratsim/loop-fusion/pull/9 --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 7e030e92cd2d3..d5a3ba97b5743 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -84,7 +84,7 @@ pkg "iterutils" pkg "jstin" pkg "karax", "nim c -r tests/tester.nim" pkg "kdtree", "nimble test -d:nimLegacyRandomInitRand", "https://github.com/jblindsay/kdtree" -pkg "loopfusion", url = "https://github.com/nim-lang/loop-fusion" +pkg "loopfusion" pkg "lockfreequeues" pkg "macroutils" pkg "manu"