From b37fc7bf9d9dd52c3986d39fadd76c449d9ddabf Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 31 May 2026 14:09:04 +0200 Subject: [PATCH] dep-fetcher-test 0.1.2: bump dep on dep-fetcher 0.1.1 -> 0.1.2 Picks up multi-path resolution and case-G untagged-dev-state acceptance. Test-runner module bumps separately. --- manifest.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.lib b/manifest.lib index 2505753..1045273 100644 --- a/manifest.lib +++ b/manifest.lib @@ -1,9 +1,9 @@ { "id": "lib-management.dep-fetcher-test", "role": "test", - "version": "0.1.1", + "version": "0.1.2", "api_min": "0.1", "deps": [ - {"id": "lib-management.dep-fetcher", "version": "0.1.1"} + {"id": "lib-management.dep-fetcher", "version": "0.1.2"} ] }