mirror of https://github.com/grpc/grpc-node.git
Merge pull request #409 from nicolasnoble/updating-submodule
Updating submodule, and tagging version as 1.12.4
This commit is contained in:
commit
b152c3f2dc
|
@ -85,6 +85,7 @@
|
|||
],
|
||||
'defines': [
|
||||
'PB_FIELD_16BIT',
|
||||
'PB_NO_PACKED_STRUCTS=1',
|
||||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=0',
|
||||
'GRPC_UV'
|
||||
|
|
|
@ -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
|
|
@ -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/",
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
],
|
||||
'defines': [
|
||||
'PB_FIELD_16BIT',
|
||||
'PB_NO_PACKED_STRUCTS=1',
|
||||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=0',
|
||||
'GRPC_UV'
|
||||
|
|
Loading…
Reference in New Issue