From 121520a83d6ae12e92aeb6b92362e4d90e1ab3fb Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Sat, 5 Jun 2021 15:56:46 +0000 Subject: [PATCH] actually bump libdparse now forgot it last PR --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index b653fb3..f818909 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "StdLoggerDisableWarning" ], "dependencies" : { - "libdparse": ">=0.17.0 <0.18.0", + "libdparse": ">=0.17.0 <0.19.0", "dsymbol" : ">=0.11.3 <0.12.0", "inifiled" : "~>1.3.1", "emsi_containers" : "~>0.8.0",