Skip to content

Commit

Permalink
chore: update rusty_v7 to v0.91.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed May 20, 2024
1 parent 6f1f43a commit 3c4cb9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssr_rs"
version = "0.5.1"
version = "0.5.2"
authors = ["Valerio <valerioageno@yahoo.it>"]
edition = "2021"
description = "Server side rendering with the v8 engine for parse and evaluate the javascript code"
Expand All @@ -22,7 +22,7 @@ name = "ssr_rs"
path = "src/lib.rs"

[dependencies]
v8= "0.91.1"
v8= "0.92.0"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
ssr_rs = "0.5.1"
ssr_rs = "0.5.2"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! # Getting started
//! ```toml
//! [dependencies]
//! ssr_rs = "0.5.1"
//! ssr_rs = "0.5.2"
//! ```
//!
//! # Example
Expand Down

0 comments on commit 3c4cb9f

Please sign in to comment.