From e1bcb0dd7ce752257d3430626cd09fcd32f87753 Mon Sep 17 00:00:00 2001 From: Axel Meyer 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 873d222..1295e5b 100644 --- a/manifest.lib +++ b/manifest.lib @@ -5,6 +5,6 @@ "api_min": "0.1", "deps": [ {"id": "lib-core.actor", "version": "0.1.0"}, - {"id": "lib-core.composition", "version": "0.2.0"} + {"id": "lib-core.composition", "version": "0.3.0"} ] }