From f563ea6732589f0ea3d4a0cbc5588c2cb3c59094 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sun, 18 Aug 2024 18:47:51 +0200 Subject: [PATCH] feat: update package version to v0.5.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3a633d..2e1ba18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssr_rs" -version = "0.5.7" +version = "0.5.8" authors = ["Valerio "] edition = "2021" description = "Server side rendering with the v8 engine for parse and evaluate the javascript code"