From c1104f335eb1e15aa5674526a52c3ef2ae513986 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 26 Jun 2020 15:56:20 +0200 Subject: [PATCH] Upgrade V8 to 8.5.216 (#409) --- README.md | 2 +- base/trace_event/common | 2 +- build | 2 +- buildtools | 2 +- third_party/zlib | 2 +- tools/clang | 2 +- tools/upgrade_v8.sh | 4 ++-- v8 | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e91e9c29..d460a862 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rusty V8 Binding -V8 Version: 8.5.104, 2020-06-03 +V8 Version: 8.5.216, 2020-06-25 [![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=master)](https://github.com/denoland/rusty_v8/actions) [![crates](https://img.shields.io/crates/v/rusty_v8.svg)](https://crates.io/crates/rusty_v8) diff --git a/base/trace_event/common b/base/trace_event/common index dab187b3..ef358680 160000 --- a/base/trace_event/common +++ b/base/trace_event/common @@ -1 +1 @@ -Subproject commit dab187b372fc17e51f5b9fad8201813d0aed5129 +Subproject commit ef3586804494b7e402b6c1791d5dccdf2971afff diff --git a/build b/build index 17f96622..f503a500 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 17f96622d000d09a0712c55cb394c91095dccb62 +Subproject commit f503a500c8d6da6c1fb525d445a431c6ff8a37ed diff --git a/buildtools b/buildtools index 4712bad4..7c62aff2 160000 --- a/buildtools +++ b/buildtools @@ -1 +1 @@ -Subproject commit 4712bad481f1d938e4eae3693efe5a6183f639d9 +Subproject commit 7c62aff244e3e705ad8c154c706e2aed87201611 diff --git a/third_party/zlib b/third_party/zlib index 21c6af6f..93be846a 160000 --- a/third_party/zlib +++ b/third_party/zlib @@ -1 +1 @@ -Subproject commit 21c6af6f18e5ad9c3b9d103f8cfdbf926ca35f7c +Subproject commit 93be846a6cf7826ba2b372ce5c0432b4b94d64ff diff --git a/tools/clang b/tools/clang index 116e3ee7..62d4c433 160000 --- a/tools/clang +++ b/tools/clang @@ -1 +1 @@ -Subproject commit 116e3ee70d1877ee7d92e0d8bfdf9420b773cd43 +Subproject commit 62d4c43363c5571ca427cfea4d92d699eb26f72a diff --git a/tools/upgrade_v8.sh b/tools/upgrade_v8.sh index 3474b85d..71bfdf6e 100644 --- a/tools/upgrade_v8.sh +++ b/tools/upgrade_v8.sh @@ -1,8 +1,8 @@ # WARNING: This is not an automated tool! This is just some commands to copy and # paste manually to upgrade V8. -export BRANCH=20200605_rusty_v8 -export COMMITDATE=2020-05-05T17:39:10.000Z +export BRANCH=20200626_rusty_v8 +export COMMITDATE=2020-06-25T12:06:47.000Z git submodule foreach 'git remote rm upstream; true' && git -C build remote add upstream https://chromium.googlesource.com/chromium/src/build && diff --git a/v8 b/v8 index b9c403fd..fb20b5d8 160000 --- a/v8 +++ b/v8 @@ -1 +1 @@ -Subproject commit b9c403fda62e09aa6a7649df07cfdb3252447c7b +Subproject commit fb20b5d83e381586c7b16fc7aad554eaa5432416