From db26b3b4042310759f0f398fc4c256f403166159 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Fri, 26 Dec 2025 22:38:19 +0100 Subject: [PATCH] upgrade minimum libdparse --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 739c83a..d70c54d 100644 --- a/dub.json +++ b/dub.json @@ -11,7 +11,7 @@ "built_with_dub" ], "dependencies": { - "libdparse": ">=0.23.1 <0.26.0", + "libdparse": ">=0.24.0 <0.26.0", "dcd:dsymbol": ">=0.16.2 <0.17.0", "inifiled": "~>1.3.1", "emsi_containers": "~>0.9.0",