From f4607c642141bf4febd794bc6e4edeccdb8f27a9 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 30 Jul 2020 03:11:51 -0700 Subject: [PATCH] Specify the version of msgpack-d correctly --- common/dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dub.sdl b/common/dub.sdl index ae5f9a3..908877a 100644 --- a/common/dub.sdl +++ b/common/dub.sdl @@ -4,5 +4,5 @@ preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\"" sourcePaths "src" importPaths "src" -dependency "msgpack-d" version="~>1.0.1" +dependency "msgpack-d" version="1.0.1" versions "built_with_dub"