From 4b8abc8502824d05d90951c774a1b306ce8bb92b Mon Sep 17 00:00:00 2001 From: Calic Date: Mon, 15 Jun 2026 03:05:30 +0200 Subject: [PATCH] chore: bump lib-core.panel dep to 0.4.0 Engine resolver does exact strcmp on dep versions, so consumer manifests must pin the new lib-core.panel 0.4.0 to keep load-time resolution green. Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index c4de0d6..3c91936 100644 --- a/manifest.module +++ b/manifest.module @@ -14,7 +14,7 @@ {"id":"lib-core.composition","version":"0.3.0"}, {"id":"lib-core.camera","version":"0.3.0"}, {"id":"lib-core.input","version":"0.4.0"}, - {"id":"lib-core.panel","version":"0.3.0"}, + {"id":"lib-core.panel","version":"0.4.0"}, {"id":"lib-asset.prototype-blob-geom","version":"0.1.0"} ] }