From f38d36ab411748b1ee306fe5de607cf1e7058908 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Fri, 4 Sep 2020 11:02:24 +0900 Subject: [PATCH] Update the emsi_containers dependency to v0.8.0 --- containers | 2 +- dub.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers b/containers index f4e7937..fc1625a 160000 --- a/containers +++ b/containers @@ -1 +1 @@ -Subproject commit f4e79375539554b3793adf1c557361a64a073524 +Subproject commit fc1625a5a0c253272b80addfb4107928495fd647 diff --git a/dub.json b/dub.json index 4109af7..561e8e8 100644 --- a/dub.json +++ b/dub.json @@ -11,7 +11,7 @@ "libdparse": ">=0.15.4 <0.16.0", ":common": "*", "stdx-allocator": "~>2.77.5", - "emsi_containers": "~>0.8.0-alpha.19" + "emsi_containers": "~>0.8.0" }, "subPackages": ["common"], "versions": ["built_with_dub"],