On 04/06/2014 09:05 PM, salvari wrote:

In my code, at 'dub.json' file I've wrote:
     "dependencies": {
             "mysql-native" : ">=0.0.12"
     }

When trying to build, I've got an error from mysql-native code:
$HOME/.dub/packages/mysql-native-0.0.12/source/mysql/connection.d(333):
Error: cannot implicitly convert expression (t % 24) of type int to ubyte


But this error seems to be already solved in github repo for mysql-native.

You can use "~master" to get the latest version of a package.
http://code.dlang.org/package-format#version-specs

Reply via email to