mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Upgrade V8 to 8.5.216 (#409)
This commit is contained in:
parent
8635fb2a60
commit
c1104f335e
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dab187b372fc17e51f5b9fad8201813d0aed5129
|
||||
Subproject commit ef3586804494b7e402b6c1791d5dccdf2971afff
|
2
build
2
build
@ -1 +1 @@
|
||||
Subproject commit 17f96622d000d09a0712c55cb394c91095dccb62
|
||||
Subproject commit f503a500c8d6da6c1fb525d445a431c6ff8a37ed
|
@ -1 +1 @@
|
||||
Subproject commit 4712bad481f1d938e4eae3693efe5a6183f639d9
|
||||
Subproject commit 7c62aff244e3e705ad8c154c706e2aed87201611
|
2
third_party/zlib
vendored
2
third_party/zlib
vendored
@ -1 +1 @@
|
||||
Subproject commit 21c6af6f18e5ad9c3b9d103f8cfdbf926ca35f7c
|
||||
Subproject commit 93be846a6cf7826ba2b372ce5c0432b4b94d64ff
|
@ -1 +1 @@
|
||||
Subproject commit 116e3ee70d1877ee7d92e0d8bfdf9420b773cd43
|
||||
Subproject commit 62d4c43363c5571ca427cfea4d92d699eb26f72a
|
@ -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 &&
|
||||
|
2
v8
2
v8
@ -1 +1 @@
|
||||
Subproject commit b9c403fda62e09aa6a7649df07cfdb3252447c7b
|
||||
Subproject commit fb20b5d83e381586c7b16fc7aad554eaa5432416
|
Loading…
Reference in New Issue
Block a user