From 52155b558741c75514b8b4bc015914a35cfba0e2 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 9 Feb 2021 15:45:22 +0100 Subject: [PATCH] enable 'protobuf' package --- 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 064276a4fb..e8a30a34ae 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -68,7 +68,7 @@ pkg "patty" # pkg "plotly", "nim c --oldgensym:on examples/all.nim", true pkg "pnm" pkg "polypbren" -# pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true +pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true pkg "rbtree" pkg "react", "nimble example" pkg "regex", "nim c src/regex", true