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) <noreply@anthropic.com>
This commit is contained in:
Axel Meyer
2026-06-15 03:05:21 +02:00
parent fa4ffe0494
commit cd79e28e39

View File

@@ -6,6 +6,6 @@
"deps": [ "deps": [
{"id": "lib-core.notify-display", "version": "0.1.0"}, {"id": "lib-core.notify-display", "version": "0.1.0"},
{"id": "lib-core.notify", "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"}
] ]
} }