From 73086a54981caeb92981e74ac9b76fee9f5cae43 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 20 Feb 2015 21:18:02 +0300 Subject: [PATCH] fix build error #34 --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index d7bad2a..c609a0f 100644 --- a/dub.json +++ b/dub.json @@ -15,6 +15,6 @@ "dependencies": { "dlangui": "~master", - "libdparse": "~>0.1.1" + "libdparse": "~master" } }