From 768d64fbd9cc4ee98eda45a97e18e934e706ed1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 15 Apr 2024 19:23:22 +0100 Subject: [PATCH] v0.90.1 (#1463) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 310bf14a..b8f4ad67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,7 +1323,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "v8" -version = "0.90.0" +version = "0.90.1" dependencies = [ "align-data", "bitflags 2.4.2", diff --git a/Cargo.toml b/Cargo.toml index d2e54b47..8a5988aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "0.90.0" +version = "0.90.1" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]