mirror of https://github.com/grpc/grpc-web.git
Bump closure library version to v20201102
This commit is contained in:
parent
367f25a25a
commit
e2bae61baf
|
@ -16,7 +16,7 @@ set -ex
|
|||
|
||||
cd "$(dirname "$0")"/..
|
||||
git submodule --quiet update --init
|
||||
cd third_party/closure-library && git checkout tags/v20200406 -f && cd ../..
|
||||
cd third_party/closure-library && git checkout tags/v20201102 -f && cd ../..
|
||||
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
||||
cd third_party/grpc && git checkout tags/v1.30.0 -f && \
|
||||
git submodule --quiet update --init && cd ../..
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 20c15721179fa9d5f0362be9e939f38ed697349d
|
||||
Subproject commit be4ae2429d4cce84c9c0ede68328ae010c24328a
|
Loading…
Reference in New Issue