Specify the version of msgpack-d correctly

This commit is contained in:
Hackerpilot 2020-07-30 03:11:51 -07:00
parent 08e0b62595
commit f4607c6421
1 changed files with 1 additions and 1 deletions

View File

@ -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"