Skip to content

Commit

Permalink
Rolling to V8 12.6.228.3 (#1466)
Browse files Browse the repository at this point in the history
* Rolling to V8 12.6.228.3

* [ci]

* -Wdeprecated-declarations

---------

Co-authored-by: Matt Mastracci <[email protected]>
  • Loading branch information
denobot and mmastrac committed May 14, 2024
1 parent de0d9bc commit d340cd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions src/binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion v8
Submodule v8 updated 1402 files

0 comments on commit d340cd7

Please sign in to comment.