From cd79e28e39761bf4ead7d31c27a2f305d5e6e008 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Mon, 15 Jun 2026 03:05:21 +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.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.lib b/manifest.lib index a4de9f1..ec2967c 100644 --- a/manifest.lib +++ b/manifest.lib @@ -6,6 +6,6 @@ "deps": [ {"id": "lib-core.notify-display", "version": "0.1.0"}, {"id": "lib-core.notify", "version": "0.1.0"}, - {"id": "lib-core.panel", "version": "0.3.0"} + {"id": "lib-core.panel", "version": "0.4.0"} ] }