From baf010a684372c0956859031a9783bef6a323992 Mon Sep 17 00:00:00 2001 From: Calic Date: Sun, 14 Jun 2026 11:57:39 +0200 Subject: [PATCH] chore: bump lib-core.composition dep to 0.3.0 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 6dea8fe..60b74e3 100644 --- a/manifest.lib +++ b/manifest.lib @@ -5,6 +5,6 @@ "api_min": "0.1", "deps": [ {"id": "lib-core.inventory-list", "version": "0.1.0"}, - {"id": "lib-core.composition", "version": "0.2.0"} + {"id": "lib-core.composition", "version": "0.3.0"} ] }