From 0264cded2b0f2bc4fe75d4de8f67b37f9f0e7878 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:57:37 +0800 Subject: [PATCH] fixes #20798; add stew to important_packages (#20799) ref https://github.com/status-im/nim-stew/pull/148 --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index c942ef41bc..ac95789891 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -142,6 +142,7 @@ pkg "sdl2_nim", "nim c -r sdl2/sdl.nim" pkg "sigv4", "nim c --gc:arc -r sigv4.nim", "https://github.com/disruptek/sigv4" pkg "sim" pkg "snip", "nimble test", "https://github.com/genotrance/snip" +pkg "stew" pkg "stint", "nim r stint.nim" pkg "strslice" pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim"