From 8a7a6c75acfb320e0b8aa5e00d210f5393ae3363 Mon Sep 17 00:00:00 2001 From: Basile-z <16154339+Basile-z@users.noreply.github.com> Date: Sun, 10 Feb 2019 21:32:05 +0100 Subject: [PATCH] update dparse to fix bad looking ddoc hints in some cases (#585) update dparse to fix bad looking ddoc hints in some cases merged-on-behalf-of: Basile-z --- dub.json | 5 +++-- libdparse | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index e683f8f..4ec3cda 100644 --- a/dub.json +++ b/dub.json @@ -8,9 +8,10 @@ "license": "GPL-3.0", "dependencies": { "dsymbol": "~>0.6.0", - "libdparse": "~>0.11.0", + "libdparse": "~>0.11.2", "msgpack-d": "~>1.0.0-beta.7", - "stdx-allocator": "~>2.77.5" + "stdx-allocator": "~>2.77.5", + "emsi_containers": "0.8.0-alpha.11" }, "stringImportPaths" : [ "bin" diff --git a/libdparse b/libdparse index 338a7f6..23b20de 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 338a7f66f42936c6b07567ce54974f6ac719b4e9 +Subproject commit 23b20de4ee48ed3f0e8729f6318405543cb3a611