From 3b44a17594c23b2535416958c8038abb4e9b5b61 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 31 Dec 2024 07:53:28 -0800 Subject: [PATCH] release 130.0.4 (#1672) 130.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d2ed516f6..76d7e242d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,7 +1443,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "v8" -version = "130.0.3" +version = "130.0.4" dependencies = [ "align-data", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index a467213471..e7b7610414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "130.0.3" +version = "130.0.4" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]