Merge pull request #108 from murgatroid99/master_1.9

Update master to 1.9.0-dev
This commit is contained in:
Michael Lumish 2017-12-04 10:12:56 -08:00 committed by GitHub
commit c1063eb73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 65212e06ef6f26edeb41411cd8a24d07f0ab6628
Subproject commit ccd35033545226b9b38ab219c9eb8d0e4325b7c1

View File

@ -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"

View File

@ -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/",