From 1753127e745cfa18a0621e8101274ec902be6547 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 8 May 2018 17:34:38 -0700 Subject: [PATCH] Update dub file to bring in newer libdparse --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 9d949a6..961fe27 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ "targetType": "autodetect", "license": "BSL-1.0", "dependencies": { - "libdparse": "~>0.8.0-alpha.5" + "libdparse": "~>0.8.4" }, "targetPath" : "bin/", "targetName" : "dfmt",