From bed5c024e6e5a7831d144f4b76fd3d14a9880820 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 11 Sep 2017 11:02:10 +0300 Subject: [PATCH] update dsymbol dep to fix crash on x86 --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 220ab31..6b4af88 100644 --- a/dub.json +++ b/dub.json @@ -13,6 +13,7 @@ "dependencies": { "dlangui": "==0.9.120", + "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" },