diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index 65212e06..ccd35033 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit 65212e06ef6f26edeb41411cd8a24d07f0ab6628 +Subproject commit ccd35033545226b9b38ab219c9eb8d0e4325b7c1 diff --git a/packages/grpc-native-core/ext/node_grpc.cc b/packages/grpc-native-core/ext/node_grpc.cc index a0652c28..6ba5f1a1 100644 --- a/packages/grpc-native-core/ext/node_grpc.cc +++ b/packages/grpc-native-core/ext/node_grpc.cc @@ -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" diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index f9a7e7b0..f216537a 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -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/",