Update submodule to v1.7.0 and regenerate packages

This commit is contained in:
murgatroid99 2017-11-01 09:49:40 -07:00
parent dc5fcc349a
commit 28a7a725b4
3 changed files with 5 additions and 2 deletions

View File

@ -611,6 +611,7 @@
'deps/grpc/src/core/lib/support/env_linux.c',
'deps/grpc/src/core/lib/support/env_posix.c',
'deps/grpc/src/core/lib/support/env_windows.c',
'deps/grpc/src/core/lib/support/fork.c',
'deps/grpc/src/core/lib/support/histogram.c',
'deps/grpc/src/core/lib/support/host_port.c',
'deps/grpc/src/core/lib/support/log.c',
@ -693,6 +694,8 @@
'deps/grpc/src/core/lib/iomgr/ev_windows.c',
'deps/grpc/src/core/lib/iomgr/exec_ctx.c',
'deps/grpc/src/core/lib/iomgr/executor.c',
'deps/grpc/src/core/lib/iomgr/fork_posix.c',
'deps/grpc/src/core/lib/iomgr/fork_windows.c',
'deps/grpc/src/core/lib/iomgr/gethostname_fallback.c',
'deps/grpc/src/core/lib/iomgr/gethostname_host_name_max.c',
'deps/grpc/src/core/lib/iomgr/gethostname_sysconf.c',

@ -1 +1 @@
Subproject commit 6b69f2a164c631fe4d14e799a6e7a20e560ce0aa
Subproject commit ed9929e2465f3a93d81ae45fa48ed2a82d63e831

View File

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.7.0-pre1",
"version": "1.7.0",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",