Skip to content

Commit 7c5f5cc

Browse files
committed
Bump hunt-extra to 1.2.0
1 parent ae8af7d commit 7c5f5cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://www.huntlabs.net",
66
"description": "gRPC implementation for D programming language",
77
"dependencies": {
8-
"hunt-http": "~>0.7.0",
8+
"hunt-http": "~>0.8.0",
99
"protobuf": "~>0.6.2"
1010
}
1111
}

source/grpc/GrpcClient.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module grpc.GrpcClient;
22

33
import hunt.concurrency.Promise;
4-
import hunt.concurrency.CompletableFuture;
54

65
import hunt.logging.ConsoleLogger;
76

0 commit comments

Comments
 (0)