From 107cea38da23965dd2be65f67f4aea43ac1848ef Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 8 Jun 2024 12:49:26 +0200 Subject: [PATCH] chore: update ssr_rs version to v0.5.4 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f47edc..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" 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