Merge pull request #409 from nicolasnoble/updating-submodule

Updating submodule, and tagging version as 1.12.4
This commit is contained in:
Nicolas Noble 2018-06-21 16:09:58 -07:00 committed by GitHub
commit b152c3f2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 3 deletions

View File

@ -85,6 +85,7 @@
],
'defines': [
'PB_FIELD_16BIT',
'PB_NO_PACKED_STRUCTS=1',
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV'

View File

@ -1,3 +1,3 @@
settings:
'#': It's possible to have node_version here as a key to override the core's version.
node_version: 1.12.3
node_version: 1.12.4

@ -1 +1 @@
Subproject commit bec3b5ada2c5e5d782dff0b7b5018df646b65cb0
Subproject commit ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0

View File

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

View File

@ -79,6 +79,7 @@
],
'defines': [
'PB_FIELD_16BIT',
'PB_NO_PACKED_STRUCTS=1',
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV'