mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-23 15:17:01 -05:00
chore: Update V8 to 12.4 (#1459)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
This commit is contained in:
parent
768d64fbd9
commit
236b4eb881
4 changed files with 6 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,3 +28,6 @@
|
|||
[submodule "third_party/abseil-cpp"]
|
||||
path = third_party/abseil-cpp
|
||||
url = https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp.git
|
||||
[submodule "third_party/fp16/src"]
|
||||
path = third_party/fp16/src
|
||||
url = https://github.com/Maratyszcza/FP16.git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Rusty V8 Binding
|
||||
|
||||
V8 Version: 12.3.219.9
|
||||
V8 Version: 12.4.254.12
|
||||
|
||||
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
|
||||
[![crates](https://img.shields.io/crates/v/v8.svg)](https://crates.io/crates/v8)
|
||||
|
|
1
third_party/fp16/src
vendored
Submodule
1
third_party/fp16/src
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 581ac1c79dd9d9f6f4e8b2934e7a55c7becf0799
|
2
v8
2
v8
|
@ -1 +1 @@
|
|||
Subproject commit db2b8439ec4d3ae972330cc2e9830ccd517d7235
|
||||
Subproject commit f7bbf2922cfd582ee3ac7a3f158c3f4c4ea9ddf6
|
Loading…
Reference in a new issue