mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Upgrade V8 to 8.1.108 (#197)
This commit is contained in:
parent
164b3a6ff6
commit
76a423be1c
8 changed files with 8 additions and 8 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule "v8"]
|
[submodule "v8"]
|
||||||
path = v8
|
path = v8
|
||||||
url = https://github.com/v8/v8.git
|
url = https://chromium.googlesource.com/v8/v8
|
||||||
[submodule "build"]
|
[submodule "build"]
|
||||||
path = build
|
path = build
|
||||||
url = https://github.com/denoland/chromium_build.git
|
url = https://github.com/denoland/chromium_build.git
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Rusty V8 Binding
|
# Rusty V8 Binding
|
||||||
|
|
||||||
V8 Version: 8.0.427
|
V8 Version: 8.1.108
|
||||||
|
|
||||||
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=master)](https://github.com/denoland/rusty_v8/actions)
|
[![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)
|
[![crates](https://img.shields.io/crates/v/rusty_v8.svg)](https://crates.io/crates/rusty_v8)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5e4fce17a9d2439c44a7b57ceecef6df9287ec2f
|
Subproject commit 81c050f857a0e3c960cfd87f37e3d30d2ef78718
|
2
build
2
build
|
@ -1 +1 @@
|
||||||
Subproject commit 1292647c555c1c57ca288e8095ca9a3bb13f6af6
|
Subproject commit be81eecefc32a2b67af1b001d75957c5688f9de6
|
|
@ -1 +1 @@
|
||||||
Subproject commit 40fca99fd2923061b9e531e9f1f9617067e7374a
|
Subproject commit e23554f7172e126298e69a001cc7e60ec08cdaf9
|
2
third_party/zlib
vendored
2
third_party/zlib
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit e77e1c06c8881abff0c7418368d147ff4a474d08
|
Subproject commit 814da1f383b625955149c3845db62af3f29a4ffe
|
|
@ -1 +1 @@
|
||||||
Subproject commit d1940b1bfa68075a3163adfcd10423c98cb54c72
|
Subproject commit 86eb8049803a2e3365c37c88299b6315fd6e068c
|
2
v8
2
v8
|
@ -1 +1 @@
|
||||||
Subproject commit 2b3800c48c0dd755bcd9213023dccdae36798aba
|
Subproject commit 898f9ebe1614cc9e5260afb32438282d91f0dbc8
|
Loading…
Reference in a new issue