From 214eb067bdc028a0add4c2cd2b6a348dcb9e17a5 Mon Sep 17 00:00:00 2001 From: Hackerpilot <briancschott@gmail.com> Date: Fri, 28 Aug 2020 00:06:04 -0700 Subject: [PATCH] Fix one more dependency --- dsymbol | 2 +- dub.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dsymbol b/dsymbol index 71168a8..b8920c2 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 71168a8449958e1807a8ba22c8a4df15456bae83 +Subproject commit b8920c2a4593e24d1ced91f8f0bce9e50f598e4d diff --git a/dub.json b/dub.json index d2f9d07..90254c6 100644 --- a/dub.json +++ b/dub.json @@ -13,9 +13,9 @@ ], "dependencies" : { "libdparse": ">=0.17.0 <0.18.0", - "dsymbol" : ">=0.10.0 <0.12.0", + "dsymbol" : ">=0.11.3 <0.12.0", "inifiled" : "~>1.3.1", - "emsi_containers" : "~>0.8.0-alpha.17", + "emsi_containers" : "~>0.8.0-alpha.19", "libddoc" : "~>0.7.3", "stdx-allocator" : "~>2.77.5" },