mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Rolling to V8 12.6.228.3 (#1466)
* Rolling to V8 12.6.228.3 * [ci] * -Wdeprecated-declarations --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
This commit is contained in:
parent
de0d9bc9a4
commit
d340cd7daf
@ -1,6 +1,6 @@
|
||||
# Rusty V8 Binding
|
||||
|
||||
V8 Version: 12.4.254.13
|
||||
V8 Version: 12.6.228.3
|
||||
|
||||
[![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)
|
||||
|
@ -31,6 +31,8 @@
|
||||
#include "v8/src/objects/objects.h"
|
||||
#include "v8/src/objects/smi.h"
|
||||
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
using namespace support;
|
||||
|
||||
template <typename T>
|
||||
|
2
v8
2
v8
@ -1 +1 @@
|
||||
Subproject commit c977f60d08cc56299d1c110191de8a9a0993c281
|
||||
Subproject commit 4fcf8061c2031424d5d756688f070894ad601d4b
|
Loading…
Reference in New Issue
Block a user