diff --git a/dub.json b/dub.json index 5bf6d69..cbca0fc 100644 --- a/dub.json +++ b/dub.json @@ -8,9 +8,9 @@ "license": "GPL-3.0", "dependencies": { "dsymbol": "~>0.3.7", - "libdparse": "~>0.8.5", + "libdparse": "~>0.8.6", "msgpack-d": "~>1.0.0-beta.3", - "stdx-allocator": "~>2.77.0" + "stdx-allocator": "~>2.77.2" }, "versions": ["built_with_dub"], "configurations": [ diff --git a/libdparse b/libdparse index 157d572..cf102ff 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06 +Subproject commit cf102ff8e848fb18d2ce7056ae61dafb5333012d diff --git a/src/dcd/common/dcd_version.d b/src/dcd/common/dcd_version.d index 4b69486..5a9756e 100644 --- a/src/dcd/common/dcd_version.d +++ b/src/dcd/common/dcd_version.d @@ -21,7 +21,7 @@ module dcd.common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.9.7"; +enum DCD_VERSION = "v0.9.8"; version (Windows) {} else version (built_with_dub) {} diff --git a/stdx-allocator b/stdx-allocator index 7487970..b7778fd 160000 --- a/stdx-allocator +++ b/stdx-allocator @@ -1 +1 @@ -Subproject commit 7487970b58f4a2c0d495679329a8a2857111f3fd +Subproject commit b7778fd6bf5f9aaaa87dd27f989cefbf9b3b365f