We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8af7d commit 7c5f5ccCopy full SHA for 7c5f5cc
dub.json
@@ -5,7 +5,7 @@
5
"homepage": "https://www.huntlabs.net",
6
"description": "gRPC implementation for D programming language",
7
"dependencies": {
8
- "hunt-http": "~>0.7.0",
+ "hunt-http": "~>0.8.0",
9
"protobuf": "~>0.6.2"
10
}
11
source/grpc/GrpcClient.d
@@ -1,7 +1,6 @@
1
module grpc.GrpcClient;
2
3
import hunt.concurrency.Promise;
4
-import hunt.concurrency.CompletableFuture;
import hunt.logging.ConsoleLogger;
0 commit comments