mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1861 from murgatroid99/grpc-native_submodule_bump
grpc-native: Update submodule and version
This commit is contained in:
commit
39680a5084
|
@ -91,7 +91,7 @@
|
|||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=1',
|
||||
'GRPC_UV',
|
||||
'GRPC_NODE_VERSION="1.24.10"',
|
||||
'GRPC_NODE_VERSION="1.24.11"',
|
||||
'CARES_STATICLIB',
|
||||
'CARES_SYMBOL_HIDING'
|
||||
],
|
||||
|
|
|
@ -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.24.10
|
||||
node_version: 1.24.11
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 85e22ef28d55f27e8efb3d5e2e43ca6f59971065
|
||||
Subproject commit fcb7f6f3fff8ed1e9cdf1f6a056fd97fc9240cc4
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "1.24.10",
|
||||
"version": "1.24.11",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue