From 800a2684737ae9ea9b5e08168728e5ebb09323d7 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:09:39 +0200 Subject: [PATCH] feat: update v8 to stable 129.0.0 (#46) Co-authored-by: Valerio Ageno --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efe16a2..4275a14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssr_rs" -version = "0.6.0" +version = "0.7.0" 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.102.0" +v8= "129.0.0" [dev-dependencies]