From 8fa98a18485c1e4bd8ac36d21e9d0637a9ec72cf Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 3 Mar 2016 02:18:28 -0800 Subject: [PATCH] Update dependencies --- dsymbol | 2 +- dub.json | 4 ++-- libdparse | 2 +- src/common/dcd_version.d | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dsymbol b/dsymbol index 3bc0ee1..86cf39c 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 3bc0ee1d6a403fc59c5f5926af72f5be59269a36 +Subproject commit 86cf39c41e3173818a3ad9aa60bb253f0da26523 diff --git a/dub.json b/dub.json index dccc483..d4029fa 100644 --- a/dub.json +++ b/dub.json @@ -7,8 +7,8 @@ ], "license": "GPL-3.0", "dependencies": { - "dsymbol": "~>0.1.1", - "libdparse": "~>0.5.0", + "dsymbol": "~>0.2.0-alpha1", + "libdparse": "~>0.7.0-alpha1", "msgpack-d": "~>1.0.0-beta.2" }, "versions": ["built_with_dub"], diff --git a/libdparse b/libdparse index 1bdfe95..3257b3c 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 1bdfe95a212ada95fec973f0335a42e495841b4a +Subproject commit 3257b3c905127e8bccf4b9b2ebc50b9b448c0fba diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index ac7c229..085443b 100644 --- a/src/common/dcd_version.d +++ b/src/common/dcd_version.d @@ -21,7 +21,7 @@ module common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.8.0-beta2"; +enum DCD_VERSION = "v0.9.0-alpha1"; version (Windows) {} else version (built_with_dub) {}