From d0ba96c3dc5b8c040412ee366cf7c596ae430416 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 21 Feb 2025 21:21:06 +0100 Subject: feat(inko): add support for "for" loops These will be introduced as part of the 0.19.0 release. This commit updates the lockfile as well as the relevant queries to accommodate the new expression and "in" now being a keyword. --- lockfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lockfile.json') diff --git a/lockfile.json b/lockfile.json index 8ea144155..109e82861 100644 --- a/lockfile.json +++ b/lockfile.json @@ -363,7 +363,7 @@ "revision": "962568c9efa71d25720ab42c5d36e222626ef3a6" }, "inko": { - "revision": "4d057a5c24d715b211c3c82de2526f041b4af66f" + "revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686" }, "ipkg": { "revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960" -- cgit v1.3.1