mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 05:43:13 -05:00
Upgrade V8 to 9.0.123 (#597)
This commit is contained in:
parent
c623c451b1
commit
f218b4cc58
3 changed files with 3 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,7 +1,6 @@
|
|||
[submodule "v8"]
|
||||
path = v8
|
||||
#url = https://chromium.googlesource.com/v8/v8
|
||||
url = https://github.com/bnoordhuis/v8
|
||||
url = https://chromium.googlesource.com/v8/v8
|
||||
[submodule "build"]
|
||||
path = build
|
||||
url = https://github.com/denoland/chromium_build.git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Rusty V8 Binding
|
||||
|
||||
V8 Version: 8.9.255.3
|
||||
V8 Version: 9.0.123
|
||||
|
||||
[![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)
|
||||
|
|
2
v8
2
v8
|
@ -1 +1 @@
|
|||
Subproject commit 12b4fabf964b4646d607cb147ac5292d60ffc3b3
|
||||
Subproject commit 53720ace941d84ac17ae67a94166a363dcf0cacf
|
Loading…
Reference in a new issue