mirror of https://github.com/grpc/grpc-node.git
Merge pull request #108 from murgatroid99/master_1.9
Update master to 1.9.0-dev
This commit is contained in:
commit
c1063eb73c
|
@ -1 +1 @@
|
|||
Subproject commit 65212e06ef6f26edeb41411cd8a24d07f0ab6628
|
||||
Subproject commit ccd35033545226b9b38ab219c9eb8d0e4325b7c1
|
|
@ -28,9 +28,7 @@
|
|||
#include "grpc/support/time.h"
|
||||
|
||||
// TODO(murgatroid99): Remove this when the endpoint API becomes public
|
||||
extern "C" {
|
||||
#include "src/core/lib/iomgr/pollset_uv.h"
|
||||
}
|
||||
|
||||
#include "call.h"
|
||||
#include "call_credentials.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "1.8.0-pre2",
|
||||
"version": "1.9.0-dev",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue