From 70ecb6b4a8824e6a7343091c7aa0ed890d7ccf58 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 22 Mar 2023 06:59:42 +0900 Subject: [PATCH] Rolling to V8 11.2.214.9 (#1204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- README.md | 2 +- build.rs | 3 ++- v8 | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17535e4f..7e78d567 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rusty V8 Binding -V8 Version: 11.0.226.19 +V8 Version: 11.2.214.9 [![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) diff --git a/build.rs b/build.rs index b43bf42d..7f8fb36a 100644 --- a/build.rs +++ b/build.rs @@ -840,6 +840,7 @@ edge [fontsize=10] #[test] fn test_static_lib_size() { let static_lib_size = std::fs::metadata(static_lib_path()).unwrap().len(); - assert!(static_lib_size <= 200u64 << 20); // No more than 200 MiB. + eprintln!("static lib size {}", static_lib_size); + assert!(static_lib_size <= 230u64 << 20); // No more than 230 MiB. } } diff --git a/v8 b/v8 index feca58c1..12d50045 160000 --- a/v8 +++ b/v8 @@ -1 +1 @@ -Subproject commit feca58c1c122f1bfc079054804f8b6fdf25676df +Subproject commit 12d50045fecc414e4ca1cca49dcbaf269aa6c14e