From 4062074c8faa466d35dafbd96b37cb262421b632 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 29 Jan 2025 22:29:33 +0530 Subject: [PATCH] Bump V8 to 130.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d10c7b6196..5874ad3fef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,7 +1443,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "v8" -version = "130.0.7" +version = "130.0.8" dependencies = [ "align-data", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 3bda276cc0..e41d788ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "130.0.7" +version = "130.0.8" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]