Specify the version of msgpack-d correctly
This commit is contained in:
parent
08e0b62595
commit
f4607c6421
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue