From d745d645b51bacceca480ada992ca1ca920df771 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:51:11 +0200 Subject: [PATCH] Update v8 version to v0.93.0 (#39) * chore: update v8 to v0.93.0 * chore: update ssr_rs version to v0.5.4 --- Cargo.toml | 4 ++-- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0720379..a9654ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssr_rs" -version = "0.5.3" +version = "0.5.4" authors = ["Valerio "] edition = "2021" description = "Server side rendering with the v8 engine for parse and evaluate the javascript code" @@ -22,7 +22,7 @@ name = "ssr_rs" path = "src/lib.rs" [dependencies] -v8= "0.92.0" +v8= "0.93.0" [dev-dependencies] diff --git a/README.md b/README.md index 7fe0e48..c19bac1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -ssr_rs = "0.5.3" +ssr_rs = "0.5.4" ``` ## Example diff --git a/src/lib.rs b/src/lib.rs index 9230605..bd7d997 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,7 @@ //! # Getting started //! ```toml //! [dependencies] -//! ssr_rs = "0.5.3" +//! ssr_rs = "0.5.4" //! ``` //! //! # Example