From cc0e555a3104d24a7004d7c25b9fbdb46c5c81e9 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 28 Jul 2016 14:12:59 -0700 Subject: [PATCH] Update dependencies --- containers | 2 +- dsymbol | 2 +- dub.json | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/containers b/containers index 39e9080..528cae2 160000 --- a/containers +++ b/containers @@ -1 +1 @@ -Subproject commit 39e9080f6a2b763e7cc03218ce1fa06086d5ff4f +Subproject commit 528cae2880c0e5faa57d192621ad0533b0124b7b diff --git a/dsymbol b/dsymbol index 59d1c26..3d89107 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 59d1c260136d041a5c39e4e689cb839f60bb41df +Subproject commit 3d8910741ce01a404daf80663dc2c812e8256b24 diff --git a/dub.json b/dub.json index f191d7e..fa24327 100644 --- a/dub.json +++ b/dub.json @@ -7,8 +7,9 @@ "targetType": "executable", "versions": ["built_with_dub"], "dependencies": { - "libdparse": "~>0.7.0-alpha11", - "dsymbol": "~>0.2.0-alpha7", + "libdparse": "0.7.0-alpha.14", + "dsymbol": "0.2.0-alpha.9", "inifiled": ">=0.0.6", + "emsi_containers": "0.5.0" }, }