mirror of https://github.com/grpc/grpc-node.git
Update to v1.21.0
This commit is contained in:
parent
aa54c26bd2
commit
4940d05bd9
|
@ -91,7 +91,7 @@
|
|||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=0',
|
||||
'GRPC_UV',
|
||||
'GRPC_NODE_VERSION="1.21.0-pre1"'
|
||||
'GRPC_NODE_VERSION="1.21.0"'
|
||||
],
|
||||
'defines!': [
|
||||
'OPENSSL_THREADS'
|
||||
|
@ -950,7 +950,6 @@
|
|||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc',
|
||||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc',
|
||||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv.cc',
|
||||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv_windows.cc',
|
||||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc',
|
||||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc',
|
||||
'deps/grpc/src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.cc',
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bfb1d98ba5eb35571a672367720a15023071f60c
|
||||
Subproject commit 7569ba7a66a2b4dd93b04ad355cc401d06285ee7
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "1.21.0-pre1",
|
||||
"version": "1.21.0",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue