From 3925b12eb797ecbac8e22890c47443b9e992e6f7 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sat, 9 Jul 2022 19:25:14 +0200 Subject: [PATCH] update libdparse to fix issue in DCD --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index dfc514e..c1b79e2 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "targetPath": "build", "targetType": "library", "dependencies": { - "libdparse": ">=0.19.3 <0.20.0", + "libdparse": ">=0.20.0 <0.21.0", "emsi_containers": "~>0.8.0" } }