From 064606df7824280a07df23d7609b779656537fba Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:54:56 -0700 Subject: [PATCH] Update to v0.105.1 (#1603) Bump version to 0.105.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23cc1a7930..1850616334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,7 +1452,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "v8" -version = "0.105.0" +version = "0.105.1" dependencies = [ "align-data", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index d079c22ad1..f1e7a55976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "0.105.0" +version = "0.105.1" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]