From 92877080902648c7c71a46dc2310d7d8ba16ddd9 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 7 Mar 2016 15:07:26 -0800 Subject: [PATCH] Fix #303 --- dub.json | 2 +- libdparse | 2 +- makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index 76c4ba0..568b5dd 100644 --- a/dub.json +++ b/dub.json @@ -8,7 +8,7 @@ "license": "GPL-3.0", "dependencies": { "dsymbol": "~>0.2.0-alpha1", - "libdparse": "~>0.7.0-alpha1", + "libdparse": "~>0.7.0-alpha2", "msgpack-d": "~>1.0.0-beta.2" }, "versions": ["built_with_dub"], diff --git a/libdparse b/libdparse index 3257b3c..bafe4e1 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 3257b3c905127e8bccf4b9b2ebc50b9b448c0fba +Subproject commit bafe4e155657319349f4afa76768fe8981ca43b1 diff --git a/makefile b/makefile index 8f0cfa2..ecf576a 100644 --- a/makefile +++ b/makefile @@ -105,7 +105,7 @@ DEBUG_SERVER_FLAGS := -Icontainers/src\ -wi\ -g\ -ofbin/dcd-server\ - -J.\ + -J. GDC_SERVER_FLAGS := -Icontainers/src\ -Imsgpack-d/src\