Open pontaoski opened 3 years ago
It's really old. You can a older compiler than DMD 2.095, or use the latest grpc-dlang.
Here are all the dependencies used by the latest grpc-dlang:
{
"fileVersion": 1,
"versions": {
"grpc": {"path":"../../"},
"hunt": "1.6.11+commit.1.gccbcd8d",
"hunt-extra": "1.0.7",
"hunt-http": "0.6.13",
"hunt-net": "0.5.10",
"hunt-openssl": "1.0.3",
"protobuf": "0.6.2"
}
}
Trying to use this in a project, I get a failure from
hunt
:It looks like this is a very old version, as the latest one is
1.6.10
; seems that a lot of dependencies are out of date