From 3e08a6d76f0a047d707c69cb2ed42021a636eef3 Mon Sep 17 00:00:00 2001 From: snek Date: Fri, 7 Mar 2025 15:32:58 +0100 Subject: [PATCH] Bump crate to v135 (#1733) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03d69d3b..d19f1896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,7 +1443,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "v8" -version = "134.5.0" +version = "135.0.0" dependencies = [ "align-data", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 8c6266b4..3a44258d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "134.5.0" +version = "135.0.0" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]