From 1dc85802e286d6e5e38484a54057b2e86270c845 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:05:01 +0800 Subject: [PATCH] add union to packages (#22658) (cherry picked from commit 009ce1e17ea80f026764ecabf888703869e6bb82) --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index a21ea41b70..59f3be0259 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -168,6 +168,7 @@ pkg "timezones" pkg "tiny_sqlite" pkg "unicodedb", "nim c -d:release -r tests/tests.nim" pkg "unicodeplus", "nim c -d:release -r tests/tests.nim" +pkg "union", "nim c -r tests/treadme.nim", url = "https://github.com/alaviss/union" pkg "unpack" pkg "weave", "nimble test_gc_arc", useHead = true pkg "websocket", "nim c websocket.nim"