From b70a36706b75616346a3e0d4fe7e1b1d6ad678f4 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Fri, 11 May 2018 12:56:06 +0100 Subject: [PATCH] fix build --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 41afa7e..45be51d 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/buggins/hibernated", "license": "Boost Software License (BSL 1.0)", "dependencies": { - "ddbc": "~>0.3.8" + "ddbc": "~>0.3.7" }, "targetType": "staticLibrary", "targetPath": "lib",