mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Rolling to V8 11.2.214.9 (#1204)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
98853f44f0
commit
70ecb6b4a8
@ -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)
|
||||
|
3
build.rs
3
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.
|
||||
}
|
||||
}
|
||||
|
2
v8
2
v8
@ -1 +1 @@
|
||||
Subproject commit feca58c1c122f1bfc079054804f8b6fdf25676df
|
||||
Subproject commit 12d50045fecc414e4ca1cca49dcbaf269aa6c14e
|
Loading…
Reference in New Issue
Block a user