From 1a32a0a613993a7db19f0d18e78a337f982ddb44 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sat, 13 Jun 2026 14:07:46 +0200 Subject: [PATCH] chore: bump lib-core.composition dep to 0.2.0 --- manifest.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.lib b/manifest.lib index ec9bbf6..873d222 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.1.0"} + {"id": "lib-core.composition", "version": "0.2.0"} ] }