From 0ec9b0cc95aefd9309bdfae04505f07265247ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 4 Mar 2026 09:21:16 +0100 Subject: [PATCH] v146.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ae17b0155..b44a8ed997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1750,7 +1750,7 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "v8" -version = "146.1.0" +version = "146.2.0" dependencies = [ "align-data", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 7a6f22d70e..44eb505095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "146.1.0" +version = "146.2.0" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]