mirror of https://github.com/grpc/grpc-node.git
Bump submodule and version
This commit is contained in:
parent
4580356687
commit
029ecbe9b8
|
@ -91,7 +91,7 @@
|
|||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=1',
|
||||
'GRPC_UV',
|
||||
'GRPC_NODE_VERSION="1.24.0"',
|
||||
'GRPC_NODE_VERSION="1.24.1"',
|
||||
'CARES_STATICLIB',
|
||||
'CARES_SYMBOL_HIDING'
|
||||
],
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
settings:
|
||||
'#': It's possible to have node_version here as a key to override the core's version.
|
||||
node_version: 1.24.1
|
|
@ -1 +1 @@
|
|||
Subproject commit 16fba7baa0a35d9028f1cd9827c907be7d97269e
|
||||
Subproject commit 85e22ef28d55f27e8efb3d5e2e43ca6f59971065
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "1.24.0",
|
||||
"version": "1.24.1",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue