From faba00f71fb918d439bf8ca03c99c4d981a27576 Mon Sep 17 00:00:00 2001 From: Nenad Date: Sun, 22 Dec 2024 17:24:10 +0100 Subject: [PATCH] add missing prerequisites to config.json --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 574ec5e8..8f54bf8c 100644 --- a/config.json +++ b/config.json @@ -205,7 +205,9 @@ "printing" ], "prerequisites": [ - "traits" + "strings", + "traits", + "structs" ], "status": "wip" },