From fc0eb0b0563ffac3e94ec9ffaf3eaed3e71387fe Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 28 Jul 2016 14:26:57 -0700 Subject: [PATCH] Dependency updates --- dsymbol | 2 +- dub.json | 4 ++-- libdparse | 2 +- makefile | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dsymbol b/dsymbol index 3d89107..50d813e 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 3d8910741ce01a404daf80663dc2c812e8256b24 +Subproject commit 50d813eda2b2068cc3e681fec19ddbaef92cccf1 diff --git a/dub.json b/dub.json index fa24327..aaf5fe5 100644 --- a/dub.json +++ b/dub.json @@ -7,8 +7,8 @@ "targetType": "executable", "versions": ["built_with_dub"], "dependencies": { - "libdparse": "0.7.0-alpha.14", - "dsymbol": "0.2.0-alpha.9", + "libdparse": "0.7.0-alpha.15", + "dsymbol": "0.2.0-alpha.10", "inifiled": ">=0.0.6", "emsi_containers": "0.5.0" }, diff --git a/libdparse b/libdparse index da6c503..1e811d2 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit da6c503a2dec079435982a5861ffe3016180a749 +Subproject commit 1e811d2b5da79ae44dd79b68d1379f67d1250cb9 diff --git a/makefile b/makefile index 747318e..fab85b8 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,6 @@ GDC := gdc LDC := ldc2 OBJ_DIR := obj SRC := \ - $(shell find containers/experimental_allocator/src -name "*.d")\ $(shell find containers/src -name "*.d")\ $(shell find dsymbol/src -name "*.d")\ $(shell find inifiled/source/ -name "*.d")\ @@ -16,7 +15,6 @@ SRC := \ INCLUDE_PATHS = \ -Iinifiled/source -Isrc\ -Ilibdparse/src\ - -Ilibdparse/experimental_allocator/src\ -Idsymbol/src -Icontainers/src VERSIONS = DEBUG_VERSIONS = -version=dparse_verbose