From 77273b01180a6988b62a26bf1999b1014c087138 Mon Sep 17 00:00:00 2001 From: Su Date: Sun, 26 Feb 2023 00:44:02 +0000 Subject: [PATCH] bump minimum libdparse version --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index d9dead7..3adf74d 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "StdLoggerDisableWarning" ], "dependencies": { - "libdparse": ">=0.20.0 <0.23.0", + "libdparse": ">=0.22.0 <0.23.0", "dcd:dsymbol": ">=0.14.0 <0.16.0", "inifiled": "~>1.3.1", "emsi_containers": "~>0.9.0",